Html Css Color HEX #CE4CEA Medium Orchid

📋 copy color: '#CE4CEA'

red 206 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #CE4CEA

Tints of Medium Orchid #CE4CEA

RGB

 RED value IS 206 (80.86% from 255) = 39.92%

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 39.92%
G = 14.73%
B = 45.35%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE4CEA (or 0xCE4CEA) is known color: Medium Orchid. HEX triplet: CE, 4C and EA. RGB value is (206,76,234). Sum of RGB (Red+Green+Blue) = 206+76+234=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CEA is #31B315. Grayscale: #848484. Windows color (decimal): -3257110 or 15355086. OLE color: 15355086.

HSL color Cylindrical-coordinate representation of color #CE4CEA: hue angle of 289.37º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4CEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 76 234 -
CMYK 0.12 0.68 0 0.08
HSL 289.37º 0.79% 0.61% -
HSV(B) 289.37º 0.68% 0.92% -
XYZ 42.89 24.23 80.26 -
YUV 132.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 206 76 234 0.12 0.68 0 0.08 289.37 0.79 0.61
Hex CE 4C EA C 44 0 8 121 4F 3D
Octal 316 114 352 14 104 0 10 441 117 75
Binary 11001110 1001100 11101010 1100 1000100 0 1000 100100001 1001111 111101

Color Harmonies of #CE4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CEA

Black with #CE4CEA

Text Example


Text Example

White with #CE4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CEA; }

 p { color: rgb(206,76,234); }

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

background-color css

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

 a { background-color: rgb(206,76,234); }

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

border-color css

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

 span { border-color: rgb(206,76,234); }

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