Html Css Color HEX #CC38D7 Medium Orchid

📋 copy color: '#CC38D7'

red 204 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #CC38D7

Tints of Medium Orchid #CC38D7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.79%

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

R = 42.95%
G = 11.79%
B = 45.26%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC38D7 (or 0xCC38D7) is known color: Medium Orchid. HEX triplet: CC, 38 and D7. RGB value is (204,56,215). Sum of RGB (Red+Green+Blue) = 204+56+215=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38D7 is #33C728. Grayscale: #757575. Windows color (decimal): -3393321 or 14104780. OLE color: 14104780.

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

Color convert

RGB 204 56 215 -
CMYK 0.05 0.74 0 0.16
HSL 295.85º 0.67% 0.53% -
HSV(B) 295.85º 0.74% 0.84% -
XYZ 38.58 20.57 66.23 -
YUV 118.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 204 56 215 0.05 0.74 0 0.16 295.85 0.67 0.53
Hex CC 38 D7 5 4A 0 10 128 43 35
Octal 314 70 327 5 112 0 20 450 103 65
Binary 11001100 111000 11010111 101 1001010 0 10000 100101000 1000011 110101

Color Harmonies of #CC38D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38D7

Black with #CC38D7

Text Example


Text Example

White with #CC38D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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