Html Css Color HEX #CA6DC2 Orchid

📋 copy color: '#CA6DC2'

red 202 ◦ green 109 ◦ blue 194

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

Shades of Orchid #CA6DC2

Tints of Orchid #CA6DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 40%
G = 21.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA6DC2 (or 0xCA6DC2) is known color: Orchid. HEX triplet: CA, 6D and C2. RGB value is (202,109,194). Sum of RGB (Red+Green+Blue) = 202+109+194=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC2 is #35923D. Grayscale: #929292. Windows color (decimal): -3510846 or 12742090. OLE color: 12742090.

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

Color convert

RGB 202 109 194 -
CMYK 0 0.46 0.04 0.21
HSL 305.16º 0.47% 0.61% -
HSV(B) 305.16º 0.46% 0.79% -
XYZ 39.56 27.39 54.24 -
YUV 146.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 202 109 194 0 0.46 0.04 0.21 305.16 0.47 0.61
Hex CA 6D C2 0 2E 4 15 131 2F 3D
Octal 312 155 302 0 56 4 25 461 57 75
Binary 11001010 1101101 11000010 0 101110 100 10101 100110001 101111 111101

Color Harmonies of #CA6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DC2

Black with #CA6DC2

Text Example


Text Example

White with #CA6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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