Html Css Color HEX #CC74CC Orchid

📋 copy color: '#CC74CC'

red 204 ◦ green 116 ◦ blue 204

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

Shades of Orchid #CC74CC

Tints of Orchid #CC74CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 38.93%
G = 22.14%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC74CC (or 0xCC74CC) is known color: Orchid. HEX triplet: CC, 74 and CC. RGB value is (204,116,204). Sum of RGB (Red+Green+Blue) = 204+116+204=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CC is #338B33. Grayscale: #989898. Windows color (decimal): -3377972 or 13399244. OLE color: 13399244.

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

Color convert

RGB 204 116 204 -
CMYK 0 0.43 0 0.2
HSL 300º 0.46% 0.63% -
HSV(B) 300º 0.43% 0.8% -
XYZ 42.05 29.69 60.64 -
YUV 152.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 204 116 204 0 0.43 0 0.2 300 0.46 0.63
Hex CC 74 CC 0 2B 0 14 12C 2E 3F
Octal 314 164 314 0 53 0 24 454 56 77
Binary 11001100 1110100 11001100 0 101011 0 10100 100101100 101110 111111

Color Harmonies of #CC74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74CC

Black with #CC74CC

Text Example


Text Example

White with #CC74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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