Html Css Color HEX #CA75B5 Orchid

📋 copy color: '#CA75B5'

red 202 ◦ green 117 ◦ blue 181

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

Shades of Orchid #CA75B5

Tints of Orchid #CA75B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 40.4%
G = 23.4%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA75B5 (or 0xCA75B5) is known color: Orchid. HEX triplet: CA, 75 and B5. RGB value is (202,117,181). Sum of RGB (Red+Green+Blue) = 202+117+181=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B5 is #358A4A. Grayscale: #959595. Windows color (decimal): -3508811 or 11892170. OLE color: 11892170.

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

Color convert

RGB 202 117 181 -
CMYK 0 0.42 0.10 0.21
HSL 314.82º 0.45% 0.63% -
HSV(B) 314.82º 0.42% 0.79% -
XYZ 39.06 28.62 47.18 -
YUV 149.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 202 117 181 0 0.42 0.10 0.21 314.82 0.45 0.63
Hex CA 75 B5 0 2A A 15 13B 2D 3F
Octal 312 165 265 0 52 12 25 473 55 77
Binary 11001010 1110101 10110101 0 101010 1010 10101 100111011 101101 111111

Color Harmonies of #CA75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75B5

Black with #CA75B5

Text Example


Text Example

White with #CA75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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