Html Css Color HEX #CA6EC7 Orchid

📋 copy color: '#CA6EC7'

red 202 ◦ green 110 ◦ blue 199

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

Shades of Orchid #CA6EC7

Tints of Orchid #CA6EC7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

 BLUE value IS 199 (78.13% from 255) = 38.94%

R = 39.53%
G = 21.53%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA6EC7 (or 0xCA6EC7) is known color: Orchid. HEX triplet: CA, 6E and C7. RGB value is (202,110,199). Sum of RGB (Red+Green+Blue) = 202+110+199=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EC7 is #359138. Grayscale: #939393. Windows color (decimal): -3510585 or 13070026. OLE color: 13070026.

HSL color Cylindrical-coordinate representation of color #CA6EC7: hue angle of 301.96º degrees, saturation: 0.46, 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 #CA6EC7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 110 199 -
CMYK 0 0.46 0.01 0.21
HSL 301.96º 0.46% 0.61% -
HSV(B) 301.96º 0.46% 0.79% -
XYZ 40.24 27.83 57.28 -
YUV 147.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 202 110 199 0 0.46 0.01 0.21 301.96 0.46 0.61
Hex CA 6E C7 0 2E 1 15 12E 2E 3D
Octal 312 156 307 0 56 1 25 456 56 75
Binary 11001010 1101110 11000111 0 101110 1 10101 100101110 101110 111101

Color Harmonies of #CA6EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EC7

Black with #CA6EC7

Text Example


Text Example

White with #CA6EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EC7; }

 p { color: rgb(202,110,199); }

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

background-color css

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

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

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

border-color css

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

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

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