Html Css Color HEX #CE6ABF Orchid

📋 copy color: '#CE6ABF'

red 206 ◦ green 106 ◦ blue 191

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

Shades of Orchid #CE6ABF

Tints of Orchid #CE6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 40.95%
G = 21.07%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE6ABF (or 0xCE6ABF) is known color: Orchid. HEX triplet: CE, 6A and BF. RGB value is (206,106,191). Sum of RGB (Red+Green+Blue) = 206+106+191=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ABF is #319540. Grayscale: #919191. Windows color (decimal): -3249473 or 12544718. OLE color: 12544718.

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

Color convert

RGB 206 106 191 -
CMYK 0 0.49 0.07 0.19
HSL 309º 0.51% 0.61% -
HSV(B) 309º 0.49% 0.81% -
XYZ 40.01 27.19 52.43 -
YUV 145.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 206 106 191 0 0.49 0.07 0.19 309 0.51 0.61
Hex CE 6A BF 0 31 7 13 135 33 3D
Octal 316 152 277 0 61 7 23 465 63 75
Binary 11001110 1101010 10111111 0 110001 111 10011 100110101 110011 111101

Color Harmonies of #CE6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ABF

Black with #CE6ABF

Text Example


Text Example

White with #CE6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ABF; }

 p { color: rgb(206,106,191); }

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

background-color css

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

 a { background-color: rgb(206,106,191); }

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

border-color css

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

 span { border-color: rgb(206,106,191); }

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