Html Css Color HEX #CA68CC Orchid

📋 copy color: '#CA68CC'

red 202 ◦ green 104 ◦ blue 204

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

Shades of Orchid #CA68CC

Tints of Orchid #CA68CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 39.61%
G = 20.39%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA68CC (or 0xCA68CC) is known color: Orchid. HEX triplet: CA, 68 and CC. RGB value is (202,104,204). Sum of RGB (Red+Green+Blue) = 202+104+204=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CC is #359733. Grayscale: #909090. Windows color (decimal): -3512116 or 13396170. OLE color: 13396170.

HSL color Cylindrical-coordinate representation of color #CA68CC: hue angle of 298.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68CC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 104 204 -
CMYK 0.01 0.49 0 0.2
HSL 298.8º 0.5% 0.6% -
HSV(B) 298.8º 0.49% 0.8% -
XYZ 40.21 26.82 60.18 -
YUV 144.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 202 104 204 0.01 0.49 0 0.2 298.8 0.5 0.6
Hex CA 68 CC 1 31 0 14 12B 32 3C
Octal 312 150 314 1 61 0 24 453 62 74
Binary 11001010 1101000 11001100 1 110001 0 10100 100101011 110010 111100

Color Harmonies of #CA68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68CC

Black with #CA68CC

Text Example


Text Example

White with #CA68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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