Html Css Color HEX #CA7BDE Orchid

📋 copy color: '#CA7BDE'

red 202 ◦ green 123 ◦ blue 222

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

Shades of Orchid #CA7BDE

Tints of Orchid #CA7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

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

R = 36.93%
G = 22.49%
B = 40.59%

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

#CA7BDE (or 0xCA7BDE) is known color: Orchid. HEX triplet: CA, 7B and DE. RGB value is (202,123,222). Sum of RGB (Red+Green+Blue) = 202+123+222=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BDE is #358421. Grayscale: #9D9D9D. Windows color (decimal): -3507234 or 14580682. OLE color: 14580682.

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

Color convert

RGB 202 123 222 -
CMYK 0.09 0.45 0 0.13
HSL 287.88º 0.6% 0.68% -
HSV(B) 287.88º 0.45% 0.87% -
XYZ 44.62 32 72.93 -
YUV 157.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 202 123 222 0.09 0.45 0 0.13 287.88 0.6 0.68
Hex CA 7B DE 9 2D 0 D 120 3C 44
Octal 312 173 336 11 55 0 15 440 74 104
Binary 11001010 1111011 11011110 1001 101101 0 1101 100100000 111100 1000100

Color Harmonies of #CA7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BDE

Black with #CA7BDE

Text Example


Text Example

White with #CA7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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