Html Css Color HEX #CA6CDA Orchid

📋 copy color: '#CA6CDA'

red 202 ◦ green 108 ◦ blue 218

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

Shades of Orchid #CA6CDA

Tints of Orchid #CA6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 38.26%
G = 20.45%
B = 41.29%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6CDA (or 0xCA6CDA) is known color: Orchid. HEX triplet: CA, 6C and DA. RGB value is (202,108,218). Sum of RGB (Red+Green+Blue) = 202+108+218=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDA is #359325. Grayscale: #949494. Windows color (decimal): -3511078 or 14314698. OLE color: 14314698.

HSL color Cylindrical-coordinate representation of color #CA6CDA: hue angle of 291.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6CDA is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 108 218 -
CMYK 0.07 0.50 0 0.15
HSL 291.27º 0.6% 0.64% -
HSV(B) 291.27º 0.5% 0.85% -
XYZ 42.37 28.34 69.57 -
YUV 148.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 202 108 218 0.07 0.50 0 0.15 291.27 0.6 0.64
Hex CA 6C DA 7 32 0 F 123 3C 40
Octal 312 154 332 7 62 0 17 443 74 100
Binary 11001010 1101100 11011010 111 110010 0 1111 100100011 111100 1000000

Color Harmonies of #CA6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CDA

Black with #CA6CDA

Text Example


Text Example

White with #CA6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CDA; }

 p { color: rgb(202,108,218); }

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

background-color css

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

 a { background-color: rgb(202,108,218); }

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

border-color css

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

 span { border-color: rgb(202,108,218); }

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