Html Css Color HEX #CA6DCB Orchid

📋 copy color: '#CA6DCB'

red 202 ◦ green 109 ◦ blue 203

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

Shades of Orchid #CA6DCB

Tints of Orchid #CA6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 39.3%
G = 21.21%
B = 39.49%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA6DCB (or 0xCA6DCB) is known color: Orchid. HEX triplet: CA, 6D and CB. RGB value is (202,109,203). Sum of RGB (Red+Green+Blue) = 202+109+203=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DCB is #359234. Grayscale: #939393. Windows color (decimal): -3510837 or 13331914. OLE color: 13331914.

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

Color convert

RGB 202 109 203 -
CMYK 0.00 0.46 0 0.20
HSL 299.36º 0.47% 0.61% -
HSV(B) 299.36º 0.46% 0.8% -
XYZ 40.61 27.81 59.73 -
YUV 147.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 202 109 203 0.00 0.46 0 0.20 299.36 0.47 0.61
Hex CA 6D CB 0 2E 0 14 12B 2F 3D
Octal 312 155 313 0 56 0 24 453 57 75
Binary 11001010 1101101 11001011 0 101110 0 10100 100101011 101111 111101

Color Harmonies of #CA6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DCB

Black with #CA6DCB

Text Example


Text Example

White with #CA6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DCB; }

 p { color: rgb(202,109,203); }

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

background-color css

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

 a { background-color: rgb(202,109,203); }

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

border-color css

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

 span { border-color: rgb(202,109,203); }

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