Html Css Color HEX #CA75B7 Orchid

📋 copy color: '#CA75B7'

red 202 ◦ green 117 ◦ blue 183

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

Shades of Orchid #CA75B7

Tints of Orchid #CA75B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 40.24%
G = 23.31%
B = 36.45%

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

#CA75B7 (or 0xCA75B7) is known color: Orchid. HEX triplet: CA, 75 and B7. RGB value is (202,117,183). Sum of RGB (Red+Green+Blue) = 202+117+183=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B7 is #358A48. Grayscale: #959595. Windows color (decimal): -3508809 or 12023242. OLE color: 12023242.

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

Color convert

RGB 202 117 183 -
CMYK 0 0.42 0.09 0.21
HSL 313.41º 0.45% 0.63% -
HSV(B) 313.41º 0.42% 0.79% -
XYZ 39.27 28.7 48.27 -
YUV 149.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 202 117 183 0 0.42 0.09 0.21 313.41 0.45 0.63
Hex CA 75 B7 0 2A 9 15 139 2D 3F
Octal 312 165 267 0 52 11 25 471 55 77
Binary 11001010 1110101 10110111 0 101010 1001 10101 100111001 101101 111111

Color Harmonies of #CA75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75B7

Black with #CA75B7

Text Example


Text Example

White with #CA75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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