Html Css Color HEX #CE7BCF Orchid

📋 copy color: '#CE7BCF'

red 206 ◦ green 123 ◦ blue 207

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

Shades of Orchid #CE7BCF

Tints of Orchid #CE7BCF

RGB

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

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

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

R = 38.43%
G = 22.95%
B = 38.62%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE7BCF (or 0xCE7BCF) is known color: Orchid. HEX triplet: CE, 7B and CF. RGB value is (206,123,207). Sum of RGB (Red+Green+Blue) = 206+123+207=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCF is #318430. Grayscale: #9D9D9D. Windows color (decimal): -3245105 or 13597646. OLE color: 13597646.

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

Color convert

RGB 206 123 207 -
CMYK 0.00 0.41 0 0.19
HSL 299.29º 0.47% 0.65% -
HSV(B) 299.29º 0.41% 0.81% -
XYZ 43.8 31.79 62.86 -
YUV 157.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 206 123 207 0.00 0.41 0 0.19 299.29 0.47 0.65
Hex CE 7B CF 0 29 0 13 12B 2F 41
Octal 316 173 317 0 51 0 23 453 57 101
Binary 11001110 1111011 11001111 0 101001 0 10011 100101011 101111 1000001

Color Harmonies of #CE7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BCF

Black with #CE7BCF

Text Example


Text Example

White with #CE7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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