Html Css Color HEX #CA7BB8 Orchid

📋 copy color: '#CA7BB8'

red 202 ◦ green 123 ◦ blue 184

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

Shades of Orchid #CA7BB8

Tints of Orchid #CA7BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 39.69%
G = 24.17%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA7BB8 (or 0xCA7BB8) is known color: Orchid. HEX triplet: CA, 7B and B8. RGB value is (202,123,184). Sum of RGB (Red+Green+Blue) = 202+123+184=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BB8 is #358447. Grayscale: #999999. Windows color (decimal): -3507272 or 12090314. OLE color: 12090314.

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

Color convert

RGB 202 123 184 -
CMYK 0 0.39 0.09 0.21
HSL 313.67º 0.43% 0.64% -
HSV(B) 313.67º 0.39% 0.79% -
XYZ 40.09 30.18 49.06 -
YUV 153.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 202 123 184 0 0.39 0.09 0.21 313.67 0.43 0.64
Hex CA 7B B8 0 27 9 15 13A 2B 40
Octal 312 173 270 0 47 11 25 472 53 100
Binary 11001010 1111011 10111000 0 100111 1001 10101 100111010 101011 1000000

Color Harmonies of #CA7BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BB8

Black with #CA7BB8

Text Example


Text Example

White with #CA7BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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