Html Css Color HEX #CA75B8 Orchid

📋 copy color: '#CA75B8'

red 202 ◦ green 117 ◦ blue 184

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

Shades of Orchid #CA75B8

Tints of Orchid #CA75B8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.26%

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

R = 40.16%
G = 23.26%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA75B8 (or 0xCA75B8) is known color: Orchid. HEX triplet: CA, 75 and B8. RGB value is (202,117,184). Sum of RGB (Red+Green+Blue) = 202+117+184=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B8 is #358A47. Grayscale: #959595. Windows color (decimal): -3508808 or 12088778. OLE color: 12088778.

HSL color Cylindrical-coordinate representation of color #CA75B8: hue angle of 312.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75B8 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 184 -
CMYK 0 0.42 0.09 0.21
HSL 312.71º 0.45% 0.63% -
HSV(B) 312.71º 0.42% 0.79% -
XYZ 39.37 28.74 48.82 -
YUV 150.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 202 117 184 0 0.42 0.09 0.21 312.71 0.45 0.63
Hex CA 75 B8 0 2A 9 15 139 2D 3F
Octal 312 165 270 0 52 11 25 471 55 77
Binary 11001010 1110101 10111000 0 101010 1001 10101 100111001 101101 111111

Color Harmonies of #CA75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75B8

Black with #CA75B8

Text Example


Text Example

White with #CA75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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