Html Css Color HEX #CA7BBC Orchid

📋 copy color: '#CA7BBC'

red 202 ◦ green 123 ◦ blue 188

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

Shades of Orchid #CA7BBC

Tints of Orchid #CA7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 39.38%
G = 23.98%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA7BBC (or 0xCA7BBC) is known color: Orchid. HEX triplet: CA, 7B and BC. RGB value is (202,123,188). Sum of RGB (Red+Green+Blue) = 202+123+188=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBC is #358443. Grayscale: #999999. Windows color (decimal): -3507268 or 12352458. OLE color: 12352458.

HSL color Cylindrical-coordinate representation of color #CA7BBC: hue angle of 310.63º 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 #CA7BBC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 188 -
CMYK 0 0.39 0.07 0.21
HSL 310.63º 0.43% 0.64% -
HSV(B) 310.63º 0.39% 0.79% -
XYZ 40.52 30.35 51.3 -
YUV 154.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 202 123 188 0 0.39 0.07 0.21 310.63 0.43 0.64
Hex CA 7B BC 0 27 7 15 137 2B 40
Octal 312 173 274 0 47 7 25 467 53 100
Binary 11001010 1111011 10111100 0 100111 111 10101 100110111 101011 1000000

Color Harmonies of #CA7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BBC

Black with #CA7BBC

Text Example


Text Example

White with #CA7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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