Html Css Color HEX #CA7BBD Orchid

📋 copy color: '#CA7BBD'

red 202 ◦ green 123 ◦ blue 189

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

Shades of Orchid #CA7BBD

Tints of Orchid #CA7BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 39.3%
G = 23.93%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA7BBD (or 0xCA7BBD) is known color: Orchid. HEX triplet: CA, 7B and BD. RGB value is (202,123,189). Sum of RGB (Red+Green+Blue) = 202+123+189=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBD is #358442. Grayscale: #999999. Windows color (decimal): -3507267 or 12417994. OLE color: 12417994.

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

Color convert

RGB 202 123 189 -
CMYK 0 0.39 0.06 0.21
HSL 309.87º 0.43% 0.64% -
HSV(B) 309.87º 0.39% 0.79% -
XYZ 40.63 30.4 51.87 -
YUV 154.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 202 123 189 0 0.39 0.06 0.21 309.87 0.43 0.64
Hex CA 7B BD 0 27 6 15 136 2B 40
Octal 312 173 275 0 47 6 25 466 53 100
Binary 11001010 1111011 10111101 0 100111 110 10101 100110110 101011 1000000

Color Harmonies of #CA7BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BBD

Black with #CA7BBD

Text Example


Text Example

White with #CA7BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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