Html Css Color HEX #CE6FCA Orchid

📋 copy color: '#CE6FCA'

red 206 ◦ green 111 ◦ blue 202

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

Shades of Orchid #CE6FCA

Tints of Orchid #CE6FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.39%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 39.69%
G = 21.39%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE6FCA (or 0xCE6FCA) is known color: Orchid. HEX triplet: CE, 6F and CA. RGB value is (206,111,202). Sum of RGB (Red+Green+Blue) = 206+111+202=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FCA is #319035. Grayscale: #959595. Windows color (decimal): -3248182 or 13266894. OLE color: 13266894.

HSL color Cylindrical-coordinate representation of color #CE6FCA: hue angle of 302.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FCA is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 202 -
CMYK 0 0.46 0.02 0.19
HSL 302.53º 0.49% 0.62% -
HSV(B) 302.53º 0.46% 0.81% -
XYZ 41.8 28.75 59.22 -
YUV 149.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 206 111 202 0 0.46 0.02 0.19 302.53 0.49 0.62
Hex CE 6F CA 0 2E 2 13 12F 31 3E
Octal 316 157 312 0 56 2 23 457 61 76
Binary 11001110 1101111 11001010 0 101110 10 10011 100101111 110001 111110

Color Harmonies of #CE6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FCA

Black with #CE6FCA

Text Example


Text Example

White with #CE6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FCA; }

 p { color: rgb(206,111,202); }

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

background-color css

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

 a { background-color: rgb(206,111,202); }

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

border-color css

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

 span { border-color: rgb(206,111,202); }

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