Html Css Color HEX #CA74B5 Orchid

📋 copy color: '#CA74B5'

red 202 ◦ green 116 ◦ blue 181

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

Shades of Orchid #CA74B5

Tints of Orchid #CA74B5

RGB

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

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

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

R = 40.48%
G = 23.25%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA74B5 (or 0xCA74B5) is known color: Orchid. HEX triplet: CA, 74 and B5. RGB value is (202,116,181). Sum of RGB (Red+Green+Blue) = 202+116+181=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B5 is #358B4A. Grayscale: #949494. Windows color (decimal): -3509067 or 11891914. OLE color: 11891914.

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

Color convert

RGB 202 116 181 -
CMYK 0 0.43 0.10 0.21
HSL 314.65º 0.45% 0.62% -
HSV(B) 314.65º 0.43% 0.79% -
XYZ 38.94 28.38 47.14 -
YUV 149.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 202 116 181 0 0.43 0.10 0.21 314.65 0.45 0.62
Hex CA 74 B5 0 2B A 15 13B 2D 3E
Octal 312 164 265 0 53 12 25 473 55 76
Binary 11001010 1110100 10110101 0 101011 1010 10101 100111011 101101 111110

Color Harmonies of #CA74B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74B5

Black with #CA74B5

Text Example


Text Example

White with #CA74B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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