Html Css Color HEX #CA75BE Orchid

📋 copy color: '#CA75BE'

red 202 ◦ green 117 ◦ blue 190

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

Shades of Orchid #CA75BE

Tints of Orchid #CA75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 39.69%
G = 22.99%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA75BE (or 0xCA75BE) is known color: Orchid. HEX triplet: CA, 75 and BE. RGB value is (202,117,190). Sum of RGB (Red+Green+Blue) = 202+117+190=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75BE is #358A41. Grayscale: #969696. Windows color (decimal): -3508802 or 12481994. OLE color: 12481994.

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

Color convert

RGB 202 117 190 -
CMYK 0 0.42 0.06 0.21
HSL 308.47º 0.45% 0.63% -
HSV(B) 308.47º 0.42% 0.79% -
XYZ 40.01 29 52.2 -
YUV 150.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 202 117 190 0 0.42 0.06 0.21 308.47 0.45 0.63
Hex CA 75 BE 0 2A 6 15 134 2D 3F
Octal 312 165 276 0 52 6 25 464 55 77
Binary 11001010 1110101 10111110 0 101010 110 10101 100110100 101101 111111

Color Harmonies of #CA75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75BE

Black with #CA75BE

Text Example


Text Example

White with #CA75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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