Html Css Color HEX #CA6FD1 Orchid

📋 copy color: '#CA6FD1'

red 202 ◦ green 111 ◦ blue 209

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

Shades of Orchid #CA6FD1

Tints of Orchid #CA6FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 38.7%
G = 21.26%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA6FD1 (or 0xCA6FD1) is known color: Orchid. HEX triplet: CA, 6F and D1. RGB value is (202,111,209). Sum of RGB (Red+Green+Blue) = 202+111+209=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FD1 is #35902E. Grayscale: #959595. Windows color (decimal): -3510319 or 13725642. OLE color: 13725642.

HSL color Cylindrical-coordinate representation of color #CA6FD1: hue angle of 295.71º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6FD1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 111 209 -
CMYK 0.03 0.47 0 0.18
HSL 295.71º 0.52% 0.63% -
HSV(B) 295.71º 0.47% 0.82% -
XYZ 41.55 28.53 63.64 -
YUV 149.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 202 111 209 0.03 0.47 0 0.18 295.71 0.52 0.63
Hex CA 6F D1 3 2F 0 12 128 34 3F
Octal 312 157 321 3 57 0 22 450 64 77
Binary 11001010 1101111 11010001 11 101111 0 10010 100101000 110100 111111

Color Harmonies of #CA6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FD1

Black with #CA6FD1

Text Example


Text Example

White with #CA6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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