Html Css Color HEX #CA6DCA Orchid

📋 copy color: '#CA6DCA'

red 202 ◦ green 109 ◦ blue 202

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

Shades of Orchid #CA6DCA

Tints of Orchid #CA6DCA

RGB

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

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

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

R = 39.38%
G = 21.25%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA6DCA (or 0xCA6DCA) is known color: Orchid. HEX triplet: CA, 6D and CA. RGB value is (202,109,202). Sum of RGB (Red+Green+Blue) = 202+109+202=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DCA is #359235. Grayscale: #939393. Windows color (decimal): -3510838 or 13266378. OLE color: 13266378.

HSL color Cylindrical-coordinate representation of color #CA6DCA: 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.46%. Process color model (Four color, CMYK) of #CA6DCA is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 202 -
CMYK 0 0.46 0 0.21
HSL 300º 0.47% 0.61% -
HSV(B) 300º 0.46% 0.79% -
XYZ 40.49 27.76 59.1 -
YUV 147.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 202 109 202 0 0.46 0 0.21 300 0.47 0.61
Hex CA 6D CA 0 2E 0 15 12C 2F 3D
Octal 312 155 312 0 56 0 25 454 57 75
Binary 11001010 1101101 11001010 0 101110 0 10101 100101100 101111 111101

Color Harmonies of #CA6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DCA

Black with #CA6DCA

Text Example


Text Example

White with #CA6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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