Html Css Color HEX #CA6FCF Orchid

📋 copy color: '#CA6FCF'

red 202 ◦ green 111 ◦ blue 207

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

Shades of Orchid #CA6FCF

Tints of Orchid #CA6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 38.85%
G = 21.35%
B = 39.81%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA6FCF (or 0xCA6FCF) is known color: Orchid. HEX triplet: CA, 6F and CF. RGB value is (202,111,207). Sum of RGB (Red+Green+Blue) = 202+111+207=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FCF is #359030. Grayscale: #949494. Windows color (decimal): -3510321 or 13594570. OLE color: 13594570.

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

Color convert

RGB 202 111 207 -
CMYK 0.02 0.46 0 0.19
HSL 296.88º 0.5% 0.62% -
HSV(B) 296.88º 0.46% 0.81% -
XYZ 41.3 28.43 62.34 -
YUV 149.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 202 111 207 0.02 0.46 0 0.19 296.88 0.5 0.62
Hex CA 6F CF 2 2E 0 13 129 32 3E
Octal 312 157 317 2 56 0 23 451 62 76
Binary 11001010 1101111 11001111 10 101110 0 10011 100101001 110010 111110

Color Harmonies of #CA6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FCF

Black with #CA6FCF

Text Example


Text Example

White with #CA6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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