Html Css Color HEX #CA74B9 Orchid

📋 copy color: '#CA74B9'

red 202 ◦ green 116 ◦ blue 185

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

Shades of Orchid #CA74B9

Tints of Orchid #CA74B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 40.16%
G = 23.06%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA74B9 (or 0xCA74B9) is known color: Orchid. HEX triplet: CA, 74 and B9. RGB value is (202,116,185). Sum of RGB (Red+Green+Blue) = 202+116+185=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B9 is #358B46. Grayscale: #959595. Windows color (decimal): -3509063 or 12154058. OLE color: 12154058.

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

Color convert

RGB 202 116 185 -
CMYK 0 0.43 0.08 0.21
HSL 311.86º 0.45% 0.62% -
HSV(B) 311.86º 0.43% 0.79% -
XYZ 39.36 28.55 49.34 -
YUV 149.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 202 116 185 0 0.43 0.08 0.21 311.86 0.45 0.62
Hex CA 74 B9 0 2B 8 15 138 2D 3E
Octal 312 164 271 0 53 10 25 470 55 76
Binary 11001010 1110100 10111001 0 101011 1000 10101 100111000 101101 111110

Color Harmonies of #CA74B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74B9

Black with #CA74B9

Text Example


Text Example

White with #CA74B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74B9; }

 p { color: rgb(202,116,185); }

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

background-color css

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

 a { background-color: rgb(202,116,185); }

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

border-color css

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

 span { border-color: rgb(202,116,185); }

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