Html Css Color HEX #CE6BDD Orchid

📋 copy color: '#CE6BDD'

red 206 ◦ green 107 ◦ blue 221

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

Shades of Orchid #CE6BDD

Tints of Orchid #CE6BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 38.58%
G = 20.04%
B = 41.39%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6BDD (or 0xCE6BDD) is known color: Orchid. HEX triplet: CE, 6B and DD. RGB value is (206,107,221). Sum of RGB (Red+Green+Blue) = 206+107+221=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BDD is #319422. Grayscale: #959595. Windows color (decimal): -3249187 or 14511054. OLE color: 14511054.

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

Color convert

RGB 206 107 221 -
CMYK 0.07 0.52 0 0.13
HSL 292.11º 0.63% 0.64% -
HSV(B) 292.11º 0.52% 0.87% -
XYZ 43.76 28.86 71.67 -
YUV 149.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 206 107 221 0.07 0.52 0 0.13 292.11 0.63 0.64
Hex CE 6B DD 7 34 0 D 124 3F 40
Octal 316 153 335 7 64 0 15 444 77 100
Binary 11001110 1101011 11011101 111 110100 0 1101 100100100 111111 1000000

Color Harmonies of #CE6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BDD

Black with #CE6BDD

Text Example


Text Example

White with #CE6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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