Html Css Color HEX #CE63CC Orchid

📋 copy color: '#CE63CC'

red 206 ◦ green 99 ◦ blue 204

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

Shades of Orchid #CE63CC

Tints of Orchid #CE63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 40.47%
G = 19.45%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE63CC (or 0xCE63CC) is known color: Orchid. HEX triplet: CE, 63 and CC. RGB value is (206,99,204). Sum of RGB (Red+Green+Blue) = 206+99+204=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63CC is #319C33. Grayscale: #8E8E8E. Windows color (decimal): -3251252 or 13394894. OLE color: 13394894.

HSL color Cylindrical-coordinate representation of color #CE63CC: hue angle of 301.12º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63CC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 204 -
CMYK 0 0.52 0.01 0.19
HSL 301.12º 0.52% 0.6% -
HSV(B) 301.12º 0.52% 0.81% -
XYZ 40.81 26.41 60.07 -
YUV 142.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 206 99 204 0 0.52 0.01 0.19 301.12 0.52 0.6
Hex CE 63 CC 0 34 1 13 12D 34 3C
Octal 316 143 314 0 64 1 23 455 64 74
Binary 11001110 1100011 11001100 0 110100 1 10011 100101101 110100 111100

Color Harmonies of #CE63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63CC

Black with #CE63CC

Text Example


Text Example

White with #CE63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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