Html Css Color HEX #CE63E0 Orchid

📋 copy color: '#CE63E0'

red 206 ◦ green 99 ◦ blue 224

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

Shades of Orchid #CE63E0

Tints of Orchid #CE63E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 38.94%
G = 18.71%
B = 42.34%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE63E0 (or 0xCE63E0) is known color: Orchid. HEX triplet: CE, 63 and E0. RGB value is (206,99,224). Sum of RGB (Red+Green+Blue) = 206+99+224=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63E0 is #319C1F. Grayscale: #909090. Windows color (decimal): -3251232 or 14705614. OLE color: 14705614.

HSL color Cylindrical-coordinate representation of color #CE63E0: hue angle of 291.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE63E0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 99 224 -
CMYK 0.08 0.56 0 0.12
HSL 291.36º 0.67% 0.63% -
HSV(B) 291.36º 0.56% 0.88% -
XYZ 43.37 27.43 73.53 -
YUV 145.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 206 99 224 0.08 0.56 0 0.12 291.36 0.67 0.63
Hex CE 63 E0 8 38 0 C 123 43 3F
Octal 316 143 340 10 70 0 14 443 103 77
Binary 11001110 1100011 11100000 1000 111000 0 1100 100100011 1000011 111111

Color Harmonies of #CE63E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63E0

Black with #CE63E0

Text Example


Text Example

White with #CE63E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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