Html Css Color HEX #CE6ACF Orchid

📋 copy color: '#CE6ACF'

red 206 ◦ green 106 ◦ blue 207

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

Shades of Orchid #CE6ACF

Tints of Orchid #CE6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 39.69%
G = 20.42%
B = 39.88%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE6ACF (or 0xCE6ACF) is known color: Orchid. HEX triplet: CE, 6A and CF. RGB value is (206,106,207). Sum of RGB (Red+Green+Blue) = 206+106+207=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ACF is #319530. Grayscale: #939393. Windows color (decimal): -3249457 or 13593294. OLE color: 13593294.

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

Color convert

RGB 206 106 207 -
CMYK 0.00 0.49 0 0.19
HSL 299.41º 0.51% 0.61% -
HSV(B) 299.41º 0.49% 0.81% -
XYZ 41.87 27.93 62.22 -
YUV 147.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 206 106 207 0.00 0.49 0 0.19 299.41 0.51 0.61
Hex CE 6A CF 0 31 0 13 12B 33 3D
Octal 316 152 317 0 61 0 23 453 63 75
Binary 11001110 1101010 11001111 0 110001 0 10011 100101011 110011 111101

Color Harmonies of #CE6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ACF

Black with #CE6ACF

Text Example


Text Example

White with #CE6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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