Html Css Color HEX #CA6CCA Orchid

📋 copy color: '#CA6CCA'

red 202 ◦ green 108 ◦ blue 202

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

Shades of Orchid #CA6CCA

Tints of Orchid #CA6CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 39.45%
G = 21.09%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA6CCA (or 0xCA6CCA) is known color: Orchid. HEX triplet: CA, 6C and CA. RGB value is (202,108,202). Sum of RGB (Red+Green+Blue) = 202+108+202=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CCA is #359335. Grayscale: #929292. Windows color (decimal): -3511094 or 13266122. OLE color: 13266122.

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

Color convert

RGB 202 108 202 -
CMYK 0 0.47 0 0.21
HSL 300º 0.47% 0.61% -
HSV(B) 300º 0.47% 0.79% -
XYZ 40.38 27.55 59.07 -
YUV 146.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 202 108 202 0 0.47 0 0.21 300 0.47 0.61
Hex CA 6C CA 0 2F 0 15 12C 2F 3D
Octal 312 154 312 0 57 0 25 454 57 75
Binary 11001010 1101100 11001010 0 101111 0 10101 100101100 101111 111101

Color Harmonies of #CA6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CCA

Black with #CA6CCA

Text Example


Text Example

White with #CA6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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