Html Css Color HEX #CE63E6 Orchid

📋 copy color: '#CE63E6'

red 206 ◦ green 99 ◦ blue 230

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

Shades of Orchid #CE63E6

Tints of Orchid #CE63E6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.5%

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 38.5%
G = 18.5%
B = 42.99%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE63E6 (or 0xCE63E6) is known color: Orchid. HEX triplet: CE, 63 and E6. RGB value is (206,99,230). Sum of RGB (Red+Green+Blue) = 206+99+230=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE63E6 is #319C19. Grayscale: #919191. Windows color (decimal): -3251226 or 15098830. OLE color: 15098830.

HSL color Cylindrical-coordinate representation of color #CE63E6: hue angle of 289.01º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE63E6 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 99 230 -
CMYK 0.10 0.57 0 0.10
HSL 289.01º 0.72% 0.65% -
HSV(B) 289.01º 0.57% 0.9% -
XYZ 44.2 27.76 77.89 -
YUV 145.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 206 99 230 0.10 0.57 0 0.10 289.01 0.72 0.65
Hex CE 63 E6 A 39 0 A 121 48 41
Octal 316 143 346 12 71 0 12 441 110 101
Binary 11001110 1100011 11100110 1010 111001 0 1010 100100001 1001000 1000001

Color Harmonies of #CE63E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63E6

Black with #CE63E6

Text Example


Text Example

White with #CE63E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63E6; }

 p { color: rgb(206,99,230); }

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

background-color css

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

 a { background-color: rgb(206,99,230); }

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

border-color css

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

 span { border-color: rgb(206,99,230); }

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