Html Css Color HEX #CE6BE7 Orchid

📋 copy color: '#CE6BE7'

red 206 ◦ green 107 ◦ blue 231

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

Shades of Orchid #CE6BE7

Tints of Orchid #CE6BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.46%

R = 37.87%
G = 19.67%
B = 42.46%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE6BE7 (or 0xCE6BE7) is known color: Orchid. HEX triplet: CE, 6B and E7. RGB value is (206,107,231). Sum of RGB (Red+Green+Blue) = 206+107+231=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE6BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BE7 is #319418. Grayscale: #969696. Windows color (decimal): -3249177 or 15166414. OLE color: 15166414.

HSL color Cylindrical-coordinate representation of color #CE6BE7: hue angle of 287.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6BE7 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 107 231 -
CMYK 0.11 0.54 0 0.09
HSL 287.9º 0.72% 0.66% -
HSV(B) 287.9º 0.54% 0.91% -
XYZ 45.14 29.41 78.9 -
YUV 150.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 206 107 231 0.11 0.54 0 0.09 287.9 0.72 0.66
Hex CE 6B E7 B 36 0 9 120 48 42
Octal 316 153 347 13 66 0 11 440 110 102
Binary 11001110 1101011 11100111 1011 110110 0 1001 100100000 1001000 1000010

Color Harmonies of #CE6BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BE7

Black with #CE6BE7

Text Example


Text Example

White with #CE6BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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