Html Css Color HEX #CA6FD3 Orchid

📋 copy color: '#CA6FD3'

red 202 ◦ green 111 ◦ blue 211

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

Shades of Orchid #CA6FD3

Tints of Orchid #CA6FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 38.55%
G = 21.18%
B = 40.27%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CA6FD3 (or 0xCA6FD3) is known color: Orchid. HEX triplet: CA, 6F and D3. RGB value is (202,111,211). Sum of RGB (Red+Green+Blue) = 202+111+211=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FD3 is #35902C. Grayscale: #959595. Windows color (decimal): -3510317 or 13856714. OLE color: 13856714.

HSL color Cylindrical-coordinate representation of color #CA6FD3: hue angle of 294.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6FD3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 111 211 -
CMYK 0.04 0.47 0 0.17
HSL 294.6º 0.53% 0.63% -
HSV(B) 294.6º 0.47% 0.83% -
XYZ 41.8 28.63 64.95 -
YUV 149.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 202 111 211 0.04 0.47 0 0.17 294.6 0.53 0.63
Hex CA 6F D3 4 2F 0 11 127 35 3F
Octal 312 157 323 4 57 0 21 447 65 77
Binary 11001010 1101111 11010011 100 101111 0 10001 100100111 110101 111111

Color Harmonies of #CA6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FD3

Black with #CA6FD3

Text Example


Text Example

White with #CA6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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