Html Css Color HEX #CC30D7 Medium Orchid

📋 copy color: '#CC30D7'

red 204 ◦ green 48 ◦ blue 215

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

Shades of Medium Orchid #CC30D7

Tints of Medium Orchid #CC30D7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 43.68%
G = 10.28%
B = 46.04%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC30D7 (or 0xCC30D7) is known color: Medium Orchid. HEX triplet: CC, 30 and D7. RGB value is (204,48,215). Sum of RGB (Red+Green+Blue) = 204+48+215=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC30D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D7 is #33CF28. Grayscale: #717171. Windows color (decimal): -3395369 or 14102732. OLE color: 14102732.

HSL color Cylindrical-coordinate representation of color #CC30D7: hue angle of 296.05º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC30D7 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 48 215 -
CMYK 0.05 0.78 0 0.16
HSL 296.05º 0.68% 0.52% -
HSV(B) 296.05º 0.78% 0.84% -
XYZ 38.22 19.86 66.11 -
YUV 113.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 204 48 215 0.05 0.78 0 0.16 296.05 0.68 0.52
Hex CC 30 D7 5 4E 0 10 128 44 34
Octal 314 60 327 5 116 0 20 450 104 64
Binary 11001100 110000 11010111 101 1001110 0 10000 100101000 1000100 110100

Color Harmonies of #CC30D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30D7

Black with #CC30D7

Text Example


Text Example

White with #CC30D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30D7; }

 p { color: rgb(204,48,215); }

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

background-color css

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

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

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

border-color css

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

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

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