Html Css Color HEX #CE6DCF Orchid

📋 copy color: '#CE6DCF'

red 206 ◦ green 109 ◦ blue 207

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

Shades of Orchid #CE6DCF

Tints of Orchid #CE6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

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

R = 39.46%
G = 20.88%
B = 39.66%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE6DCF (or 0xCE6DCF) is known color: Orchid. HEX triplet: CE, 6D and CF. RGB value is (206,109,207). Sum of RGB (Red+Green+Blue) = 206+109+207=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DCF is #319230. Grayscale: #949494. Windows color (decimal): -3248689 or 13594062. OLE color: 13594062.

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

Color convert

RGB 206 109 207 -
CMYK 0.00 0.47 0 0.19
HSL 299.39º 0.51% 0.62% -
HSV(B) 299.39º 0.47% 0.81% -
XYZ 42.18 28.56 62.32 -
YUV 149.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 206 109 207 0.00 0.47 0 0.19 299.39 0.51 0.62
Hex CE 6D CF 0 2F 0 13 12B 33 3E
Octal 316 155 317 0 57 0 23 453 63 76
Binary 11001110 1101101 11001111 0 101111 0 10011 100101011 110011 111110

Color Harmonies of #CE6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6DCF

Black with #CE6DCF

Text Example


Text Example

White with #CE6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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