Html Css Color HEX #CE63CF Orchid

📋 copy color: '#CE63CF'

red 206 ◦ green 99 ◦ blue 207

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

Shades of Orchid #CE63CF

Tints of Orchid #CE63CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 40.23%
G = 19.34%
B = 40.43%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE63CF (or 0xCE63CF) is known color: Orchid. HEX triplet: CE, 63 and CF. RGB value is (206,99,207). Sum of RGB (Red+Green+Blue) = 206+99+207=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63CF is #319C30. Grayscale: #8E8E8E. Windows color (decimal): -3251249 or 13591502. OLE color: 13591502.

HSL color Cylindrical-coordinate representation of color #CE63CF: hue angle of 299.44º degrees, saturation: 0.53, 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 #CE63CF is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 207 -
CMYK 0.00 0.52 0 0.19
HSL 299.44º 0.53% 0.6% -
HSV(B) 299.44º 0.52% 0.81% -
XYZ 41.18 26.55 61.99 -
YUV 143.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 206 99 207 0.00 0.52 0 0.19 299.44 0.53 0.6
Hex CE 63 CF 0 34 0 13 12B 35 3C
Octal 316 143 317 0 64 0 23 453 65 74
Binary 11001110 1100011 11001111 0 110100 0 10011 100101011 110101 111100

Color Harmonies of #CE63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63CF

Black with #CE63CF

Text Example


Text Example

White with #CE63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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