Html Css Color HEX #CE3CFA Medium Orchid

📋 copy color: '#CE3CFA'

red 206 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #CE3CFA

Tints of Medium Orchid #CE3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.63%

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 39.92%
G = 11.63%
B = 48.45%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE3CFA (or 0xCE3CFA) is known color: Medium Orchid. HEX triplet: CE, 3C and FA. RGB value is (206,60,250). Sum of RGB (Red+Green+Blue) = 206+60+250=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CFA is #31C305. Grayscale: #7C7C7C. Windows color (decimal): -3261190 or 16399566. OLE color: 16399566.

HSL color Cylindrical-coordinate representation of color #CE3CFA: hue angle of 286.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3CFA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 60 250 -
CMYK 0.18 0.76 0 0.02
HSL 286.11º 0.95% 0.61% -
HSV(B) 286.11º 0.76% 0.98% -
XYZ 44.32 23.26 92.6 -
YUV 125.31 198.37 185.55 -
System Red Green Blue C M Y K H S L
Decimal 206 60 250 0.18 0.76 0 0.02 286.11 0.95 0.61
Hex CE 3C FA 12 4C 0 2 11E 5F 3D
Octal 316 74 372 22 114 0 2 436 137 75
Binary 11001110 111100 11111010 10010 1001100 0 10 100011110 1011111 111101

Color Harmonies of #CE3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CFA

Black with #CE3CFA

Text Example


Text Example

White with #CE3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CFA; }

 p { color: rgb(206,60,250); }

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

background-color css

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

 a { background-color: rgb(206,60,250); }

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

border-color css

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

 span { border-color: rgb(206,60,250); }

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