Html Css Color HEX #CA6FCD Orchid

📋 copy color: '#CA6FCD'

red 202 ◦ green 111 ◦ blue 205

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

Shades of Orchid #CA6FCD

Tints of Orchid #CA6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 39%
G = 21.43%
B = 39.58%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA6FCD (or 0xCA6FCD) is known color: Orchid. HEX triplet: CA, 6F and CD. RGB value is (202,111,205). Sum of RGB (Red+Green+Blue) = 202+111+205=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FCD is #359032. Grayscale: #949494. Windows color (decimal): -3510323 or 13463498. OLE color: 13463498.

HSL color Cylindrical-coordinate representation of color #CA6FCD: hue angle of 298.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6FCD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 111 205 -
CMYK 0.01 0.46 0 0.20
HSL 298.09º 0.48% 0.62% -
HSV(B) 298.09º 0.46% 0.8% -
XYZ 41.06 28.33 61.06 -
YUV 148.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 202 111 205 0.01 0.46 0 0.20 298.09 0.48 0.62
Hex CA 6F CD 1 2E 0 14 12A 30 3E
Octal 312 157 315 1 56 0 24 452 60 76
Binary 11001010 1101111 11001101 1 101110 0 10100 100101010 110000 111110

Color Harmonies of #CA6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FCD

Black with #CA6FCD

Text Example


Text Example

White with #CA6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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