Html Css Color HEX #CE6BDF Orchid

📋 copy color: '#CE6BDF'

red 206 ◦ green 107 ◦ blue 223

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

Shades of Orchid #CE6BDF

Tints of Orchid #CE6BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 38.43%
G = 19.96%
B = 41.6%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6BDF (or 0xCE6BDF) is known color: Orchid. HEX triplet: CE, 6B and DF. RGB value is (206,107,223). Sum of RGB (Red+Green+Blue) = 206+107+223=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BDF is #319420. Grayscale: #959595. Windows color (decimal): -3249185 or 14642126. OLE color: 14642126.

HSL color Cylindrical-coordinate representation of color #CE6BDF: hue angle of 291.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6BDF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 107 223 -
CMYK 0.08 0.52 0 0.13
HSL 291.21º 0.64% 0.65% -
HSV(B) 291.21º 0.52% 0.87% -
XYZ 44.03 28.96 73.08 -
YUV 149.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 206 107 223 0.08 0.52 0 0.13 291.21 0.64 0.65
Hex CE 6B DF 8 34 0 D 123 40 41
Octal 316 153 337 10 64 0 15 443 100 101
Binary 11001110 1101011 11011111 1000 110100 0 1101 100100011 1000000 1000001

Color Harmonies of #CE6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BDF

Black with #CE6BDF

Text Example


Text Example

White with #CE6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BDF; }

 p { color: rgb(206,107,223); }

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

background-color css

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

 a { background-color: rgb(206,107,223); }

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

border-color css

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

 span { border-color: rgb(206,107,223); }

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