Html Css Color HEX #CE6BCF Orchid

📋 copy color: '#CE6BCF'

red 206 ◦ green 107 ◦ blue 207

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

Shades of Orchid #CE6BCF

Tints of Orchid #CE6BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 39.62%
G = 20.58%
B = 39.81%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE6BCF (or 0xCE6BCF) is known color: Orchid. HEX triplet: CE, 6B and CF. RGB value is (206,107,207). Sum of RGB (Red+Green+Blue) = 206+107+207=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BCF is #319430. Grayscale: #939393. Windows color (decimal): -3249201 or 13593550. OLE color: 13593550.

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

Color convert

RGB 206 107 207 -
CMYK 0.00 0.48 0 0.19
HSL 299.4º 0.51% 0.62% -
HSV(B) 299.4º 0.48% 0.81% -
XYZ 41.97 28.14 62.25 -
YUV 148 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 206 107 207 0.00 0.48 0 0.19 299.4 0.51 0.62
Hex CE 6B CF 0 30 0 13 12B 33 3E
Octal 316 153 317 0 60 0 23 453 63 76
Binary 11001110 1101011 11001111 0 110000 0 10011 100101011 110011 111110

Color Harmonies of #CE6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BCF

Black with #CE6BCF

Text Example


Text Example

White with #CE6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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