Html Css Color HEX #CC74BE Orchid

📋 copy color: '#CC74BE'

red 204 ◦ green 116 ◦ blue 190

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

Shades of Orchid #CC74BE

Tints of Orchid #CC74BE

RGB

 RED value IS 204 (80.08% from 255) = 40%

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

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

R = 40%
G = 22.75%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC74BE (or 0xCC74BE) is known color: Orchid. HEX triplet: CC, 74 and BE. RGB value is (204,116,190). Sum of RGB (Red+Green+Blue) = 204+116+190=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BE is #338B41. Grayscale: #969696. Windows color (decimal): -3377986 or 12481740. OLE color: 12481740.

HSL color Cylindrical-coordinate representation of color #CC74BE: hue angle of 309.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74BE is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 190 -
CMYK 0 0.43 0.07 0.2
HSL 309.55º 0.46% 0.63% -
HSV(B) 309.55º 0.43% 0.8% -
XYZ 40.44 29.05 52.19 -
YUV 150.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 204 116 190 0 0.43 0.07 0.2 309.55 0.46 0.63
Hex CC 74 BE 0 2B 7 14 136 2E 3F
Octal 314 164 276 0 53 7 24 466 56 77
Binary 11001100 1110100 10111110 0 101011 111 10100 100110110 101110 111111

Color Harmonies of #CC74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74BE

Black with #CC74BE

Text Example


Text Example

White with #CC74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74BE; }

 p { color: rgb(204,116,190); }

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

background-color css

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

 a { background-color: rgb(204,116,190); }

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

border-color css

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

 span { border-color: rgb(204,116,190); }

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