Html Css Color HEX #CC65E4 Medium Orchid

📋 copy color: '#CC65E4'

red 204 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #CC65E4

Tints of Medium Orchid #CC65E4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.95%

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

R = 38.27%
G = 18.95%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC65E4 (or 0xCC65E4) is known color: Medium Orchid. HEX triplet: CC, 65 and E4. RGB value is (204,101,228). Sum of RGB (Red+Green+Blue) = 204+101+228=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65E4 is #339A1B. Grayscale: #919191. Windows color (decimal): -3381788 or 14968268. OLE color: 14968268.

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

Color convert

RGB 204 101 228 -
CMYK 0.11 0.56 0 0.11
HSL 288.66º 0.7% 0.65% -
HSV(B) 288.66º 0.56% 0.89% -
XYZ 43.56 27.75 76.46 -
YUV 146.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 204 101 228 0.11 0.56 0 0.11 288.66 0.7 0.65
Hex CC 65 E4 B 38 0 B 121 46 41
Octal 314 145 344 13 70 0 13 441 106 101
Binary 11001100 1100101 11100100 1011 111000 0 1011 100100001 1000110 1000001

Color Harmonies of #CC65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65E4

Black with #CC65E4

Text Example


Text Example

White with #CC65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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