Html Css Color HEX #CA68CE Orchid

📋 copy color: '#CA68CE'

red 202 ◦ green 104 ◦ blue 206

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

Shades of Orchid #CA68CE

Tints of Orchid #CA68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 39.45%
G = 20.31%
B = 40.23%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA68CE (or 0xCA68CE) is known color: Orchid. HEX triplet: CA, 68 and CE. RGB value is (202,104,206). Sum of RGB (Red+Green+Blue) = 202+104+206=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CE is #359731. Grayscale: #909090. Windows color (decimal): -3512114 or 13527242. OLE color: 13527242.

HSL color Cylindrical-coordinate representation of color #CA68CE: hue angle of 297.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA68CE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 104 206 -
CMYK 0.02 0.50 0 0.19
HSL 297.65º 0.51% 0.61% -
HSV(B) 297.65º 0.5% 0.81% -
XYZ 40.45 26.91 61.46 -
YUV 144.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 202 104 206 0.02 0.50 0 0.19 297.65 0.51 0.61
Hex CA 68 CE 2 32 0 13 12A 33 3D
Octal 312 150 316 2 62 0 23 452 63 75
Binary 11001010 1101000 11001110 10 110010 0 10011 100101010 110011 111101

Color Harmonies of #CA68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68CE

Black with #CA68CE

Text Example


Text Example

White with #CA68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68CE; }

 p { color: rgb(202,104,206); }

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

background-color css

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

 a { background-color: rgb(202,104,206); }

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

border-color css

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

 span { border-color: rgb(202,104,206); }

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