Html Css Color HEX #CA74B6 Orchid

📋 copy color: '#CA74B6'

red 202 ◦ green 116 ◦ blue 182

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

Shades of Orchid #CA74B6

Tints of Orchid #CA74B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 40.4%
G = 23.2%
B = 36.4%

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

#CA74B6 (or 0xCA74B6) is known color: Orchid. HEX triplet: CA, 74 and B6. RGB value is (202,116,182). Sum of RGB (Red+Green+Blue) = 202+116+182=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74B6 is #358B49. Grayscale: #959595. Windows color (decimal): -3509066 or 11957450. OLE color: 11957450.

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

Color convert

RGB 202 116 182 -
CMYK 0 0.43 0.10 0.21
HSL 313.95º 0.45% 0.62% -
HSV(B) 313.95º 0.43% 0.79% -
XYZ 39.05 28.42 47.68 -
YUV 149.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 202 116 182 0 0.43 0.10 0.21 313.95 0.45 0.62
Hex CA 74 B6 0 2B A 15 13A 2D 3E
Octal 312 164 266 0 53 12 25 472 55 76
Binary 11001010 1110100 10110110 0 101011 1010 10101 100111010 101101 111110

Color Harmonies of #CA74B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74B6

Black with #CA74B6

Text Example


Text Example

White with #CA74B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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