Html Css Color HEX #CA6CCF Orchid

📋 copy color: '#CA6CCF'

red 202 ◦ green 108 ◦ blue 207

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

Shades of Orchid #CA6CCF

Tints of Orchid #CA6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 39.07%
G = 20.89%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA6CCF (or 0xCA6CCF) is known color: Orchid. HEX triplet: CA, 6C and CF. RGB value is (202,108,207). Sum of RGB (Red+Green+Blue) = 202+108+207=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CCF is #359330. Grayscale: #939393. Windows color (decimal): -3511089 or 13593802. OLE color: 13593802.

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

Color convert

RGB 202 108 207 -
CMYK 0.02 0.48 0 0.19
HSL 296.97º 0.51% 0.62% -
HSV(B) 296.97º 0.48% 0.81% -
XYZ 40.98 27.79 62.23 -
YUV 147.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 202 108 207 0.02 0.48 0 0.19 296.97 0.51 0.62
Hex CA 6C CF 2 30 0 13 129 33 3E
Octal 312 154 317 2 60 0 23 451 63 76
Binary 11001010 1101100 11001111 10 110000 0 10011 100101001 110011 111110

Color Harmonies of #CA6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CCF

Black with #CA6CCF

Text Example


Text Example

White with #CA6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CCF; }

 p { color: rgb(202,108,207); }

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

background-color css

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

 a { background-color: rgb(202,108,207); }

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

border-color css

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

 span { border-color: rgb(202,108,207); }

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