Html Css Color HEX #CA7ADE Orchid

📋 copy color: '#CA7ADE'

red 202 ◦ green 122 ◦ blue 222

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

Shades of Orchid #CA7ADE

Tints of Orchid #CA7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 37%
G = 22.34%
B = 40.66%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7ADE (or 0xCA7ADE) is known color: Orchid. HEX triplet: CA, 7A and DE. RGB value is (202,122,222). Sum of RGB (Red+Green+Blue) = 202+122+222=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ADE is #358521. Grayscale: #9D9D9D. Windows color (decimal): -3507490 or 14580426. OLE color: 14580426.

HSL color Cylindrical-coordinate representation of color #CA7ADE: hue angle of 288º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7ADE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 122 222 -
CMYK 0.09 0.45 0 0.13
HSL 288º 0.6% 0.67% -
HSV(B) 288º 0.45% 0.87% -
XYZ 44.5 31.75 72.89 -
YUV 157.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 202 122 222 0.09 0.45 0 0.13 288 0.6 0.67
Hex CA 7A DE 9 2D 0 D 120 3C 43
Octal 312 172 336 11 55 0 15 440 74 103
Binary 11001010 1111010 11011110 1001 101101 0 1101 100100000 111100 1000011

Color Harmonies of #CA7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ADE

Black with #CA7ADE

Text Example


Text Example

White with #CA7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ADE; }

 p { color: rgb(202,122,222); }

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

background-color css

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

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

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

border-color css

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

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

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