Html Css Color HEX #CE7BC3 Orchid

📋 copy color: '#CE7BC3'

red 206 ◦ green 123 ◦ blue 195

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

Shades of Orchid #CE7BC3

Tints of Orchid #CE7BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 39.31%
G = 23.47%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE7BC3 (or 0xCE7BC3) is known color: Orchid. HEX triplet: CE, 7B and C3. RGB value is (206,123,195). Sum of RGB (Red+Green+Blue) = 206+123+195=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BC3 is #31843C. Grayscale: #9B9B9B. Windows color (decimal): -3245117 or 12811214. OLE color: 12811214.

HSL color Cylindrical-coordinate representation of color #CE7BC3: hue angle of 307.95º 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 #CE7BC3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 195 -
CMYK 0 0.40 0.05 0.19
HSL 307.95º 0.46% 0.65% -
HSV(B) 307.95º 0.4% 0.81% -
XYZ 42.39 31.23 55.42 -
YUV 156.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 206 123 195 0 0.40 0.05 0.19 307.95 0.46 0.65
Hex CE 7B C3 0 28 5 13 134 2E 41
Octal 316 173 303 0 50 5 23 464 56 101
Binary 11001110 1111011 11000011 0 101000 101 10011 100110100 101110 1000001

Color Harmonies of #CE7BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BC3

Black with #CE7BC3

Text Example


Text Example

White with #CE7BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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