Html Css Color HEX #CA63EB Medium Orchid

📋 copy color: '#CA63EB'

red 202 ◦ green 99 ◦ blue 235

#CA63EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA63EB

Tints of Medium Orchid #CA63EB

RGB

 RED value IS 202 (79.3% from 255) = 37.69%

 GREEN value IS 99 (39.06% from 255) = 18.47%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 37.69%
G = 18.47%
B = 43.84%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA63EB (or 0xCA63EB) is known color: Medium Orchid. HEX triplet: CA, 63 and EB. RGB value is (202,99,235). Sum of RGB (Red+Green+Blue) = 202+99+235=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63EB is #359C14. Grayscale: #909090. Windows color (decimal): -3513365 or 15426506. OLE color: 15426506.

HSL color Cylindrical-coordinate representation of color #CA63EB: hue angle of 285.44º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA63EB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 99 235 -
CMYK 0.14 0.58 0 0.08
HSL 285.44º 0.77% 0.65% -
HSV(B) 285.44º 0.58% 0.92% -
XYZ 43.81 27.48 81.59 -
YUV 145.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 202 99 235 0.14 0.58 0 0.08 285.44 0.77 0.65
Hex CA 63 EB E 3A 0 8 11D 4D 41
Octal 312 143 353 16 72 0 10 435 115 101
Binary 11001010 1100011 11101011 1110 111010 0 1000 100011101 1001101 1000001

Color Harmonies of #CA63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63EB

Black with #CA63EB

Text Example


Text Example

White with #CA63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63EB; }

 p { color: rgb(202,99,235); }

 H1.HeaderClassName
 {
   color: #CA63EB;
 }
 .AnyTagClassName
 {
   color: #CA63EB;
 }
</style>

background-color css

<style>
 a { background-color: #CA63EB; }

 a { background-color: rgb(202,99,235); }

 div.DivClassName
 {
   background-color: #CA63EB;
 }
 .BgClassName
 {
   background-color: #CA63EB;
 }
</style>

border-color css

<style>
 span { border-color: #CA63EB; }

 span { border-color: rgb(202,99,235); }

 td.TdClassName
 {
   border-color: #CA63EB;
 }
 .TagClassName
 {
   border-color: #CA63EB;
 }
</style>