Html Css Color HEX #CC75E4 Orchid

📋 copy color: '#CC75E4'

red 204 ◦ green 117 ◦ blue 228

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

Shades of Orchid #CC75E4

Tints of Orchid #CC75E4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 228 (89.45% from 255) = 41.53%

R = 37.16%
G = 21.31%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC75E4 (or 0xCC75E4) is known color: Orchid. HEX triplet: CC, 75 and E4. RGB value is (204,117,228). Sum of RGB (Red+Green+Blue) = 204+117+228=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC75E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75E4 is #338A1B. Grayscale: #9B9B9B. Windows color (decimal): -3377692 or 14972364. OLE color: 14972364.

HSL color Cylindrical-coordinate representation of color #CC75E4: hue angle of 287.03º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC75E4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 117 228 -
CMYK 0.11 0.49 0 0.11
HSL 287.03º 0.67% 0.68% -
HSV(B) 287.03º 0.49% 0.89% -
XYZ 45.27 31.16 77.03 -
YUV 155.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 204 117 228 0.11 0.49 0 0.11 287.03 0.67 0.68
Hex CC 75 E4 B 31 0 B 11F 43 44
Octal 314 165 344 13 61 0 13 437 103 104
Binary 11001100 1110101 11100100 1011 110001 0 1011 100011111 1000011 1000100

Color Harmonies of #CC75E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75E4

Black with #CC75E4

Text Example


Text Example

White with #CC75E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75E4; }

 p { color: rgb(204,117,228); }

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

background-color css

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

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

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

border-color css

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

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

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