Html Css Color HEX #CE7BC2 Orchid

📋 copy color: '#CE7BC2'

red 206 ◦ green 123 ◦ blue 194

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

Shades of Orchid #CE7BC2

Tints of Orchid #CE7BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

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

R = 39.39%
G = 23.52%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE7BC2 (or 0xCE7BC2) is known color: Orchid. HEX triplet: CE, 7B and C2. RGB value is (206,123,194). Sum of RGB (Red+Green+Blue) = 206+123+194=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC2 is #31843D. Grayscale: #9B9B9B. Windows color (decimal): -3245118 or 12745678. OLE color: 12745678.

HSL color Cylindrical-coordinate representation of color #CE7BC2: hue angle of 308.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BC2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 194 -
CMYK 0 0.40 0.06 0.19
HSL 308.67º 0.46% 0.65% -
HSV(B) 308.67º 0.4% 0.81% -
XYZ 42.27 31.18 54.83 -
YUV 155.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 206 123 194 0 0.40 0.06 0.19 308.67 0.46 0.65
Hex CE 7B C2 0 28 6 13 135 2E 41
Octal 316 173 302 0 50 6 23 465 56 101
Binary 11001110 1111011 11000010 0 101000 110 10011 100110101 101110 1000001

Color Harmonies of #CE7BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BC2

Black with #CE7BC2

Text Example


Text Example

White with #CE7BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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