Html Css Color HEX #CE66E7 Orchid

📋 copy color: '#CE66E7'

red 206 ◦ green 102 ◦ blue 231

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

Shades of Orchid #CE66E7

Tints of Orchid #CE66E7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.92%

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

R = 38.22%
G = 18.92%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE66E7 (or 0xCE66E7) is known color: Orchid. HEX triplet: CE, 66 and E7. RGB value is (206,102,231). Sum of RGB (Red+Green+Blue) = 206+102+231=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE66E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66E7 is #319918. Grayscale: #939393. Windows color (decimal): -3250457 or 15165134. OLE color: 15165134.

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

Color convert

RGB 206 102 231 -
CMYK 0.11 0.56 0 0.09
HSL 288.37º 0.73% 0.65% -
HSV(B) 288.37º 0.56% 0.91% -
XYZ 44.63 28.39 78.73 -
YUV 147.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 206 102 231 0.11 0.56 0 0.09 288.37 0.73 0.65
Hex CE 66 E7 B 38 0 9 120 49 41
Octal 316 146 347 13 70 0 11 440 111 101
Binary 11001110 1100110 11100111 1011 111000 0 1001 100100000 1001001 1000001

Color Harmonies of #CE66E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66E7

Black with #CE66E7

Text Example


Text Example

White with #CE66E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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