Html Css Color HEX #CE6BC2 Orchid

📋 copy color: '#CE6BC2'

red 206 ◦ green 107 ◦ blue 194

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

Shades of Orchid #CE6BC2

Tints of Orchid #CE6BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 40.63%
G = 21.1%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE6BC2 (or 0xCE6BC2) is known color: Orchid. HEX triplet: CE, 6B and C2. RGB value is (206,107,194). Sum of RGB (Red+Green+Blue) = 206+107+194=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC2 is #31943D. Grayscale: #929292. Windows color (decimal): -3249214 or 12741582. OLE color: 12741582.

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

Color convert

RGB 206 107 194 -
CMYK 0 0.48 0.06 0.19
HSL 307.27º 0.5% 0.61% -
HSV(B) 307.27º 0.48% 0.81% -
XYZ 40.45 27.53 54.22 -
YUV 146.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 206 107 194 0 0.48 0.06 0.19 307.27 0.5 0.61
Hex CE 6B C2 0 30 6 13 133 32 3D
Octal 316 153 302 0 60 6 23 463 62 75
Binary 11001110 1101011 11000010 0 110000 110 10011 100110011 110010 111101

Color Harmonies of #CE6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BC2

Black with #CE6BC2

Text Example


Text Example

White with #CE6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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