Html Css Color HEX #CC4CE7 Medium Orchid

📋 copy color: '#CC4CE7'

red 204 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #CC4CE7

Tints of Medium Orchid #CC4CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

 BLUE value IS 231 (90.63% from 255) = 45.21%

R = 39.92%
G = 14.87%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC4CE7 (or 0xCC4CE7) is known color: Medium Orchid. HEX triplet: CC, 4C and E7. RGB value is (204,76,231). Sum of RGB (Red+Green+Blue) = 204+76+231=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CE7 is #33B318. Grayscale: #838383. Windows color (decimal): -3388185 or 15158476. OLE color: 15158476.

HSL color Cylindrical-coordinate representation of color #CC4CE7: hue angle of 289.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4CE7 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 76 231 -
CMYK 0.12 0.67 0 0.09
HSL 289.55º 0.76% 0.6% -
HSV(B) 289.55º 0.67% 0.91% -
XYZ 41.91 23.78 77.98 -
YUV 131.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 204 76 231 0.12 0.67 0 0.09 289.55 0.76 0.6
Hex CC 4C E7 C 43 0 9 122 4C 3C
Octal 314 114 347 14 103 0 11 442 114 74
Binary 11001100 1001100 11100111 1100 1000011 0 1001 100100010 1001100 111100

Color Harmonies of #CC4CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CE7

Black with #CC4CE7

Text Example


Text Example

White with #CC4CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CE7; }

 p { color: rgb(204,76,231); }

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

background-color css

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

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

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

border-color css

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

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

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