Html Css Color HEX #CE70B9 Orchid

📋 copy color: '#CE70B9'

red 206 ◦ green 112 ◦ blue 185

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

Shades of Orchid #CE70B9

Tints of Orchid #CE70B9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.27%

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 40.95%
G = 22.27%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE70B9 (or 0xCE70B9) is known color: Orchid. HEX triplet: CE, 70 and B9. RGB value is (206,112,185). Sum of RGB (Red+Green+Blue) = 206+112+185=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70B9 is #318F46. Grayscale: #949494. Windows color (decimal): -3247943 or 12153038. OLE color: 12153038.

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

Color convert

RGB 206 112 185 -
CMYK 0 0.46 0.10 0.19
HSL 313.4º 0.49% 0.62% -
HSV(B) 313.4º 0.46% 0.81% -
XYZ 40 28.21 49.24 -
YUV 148.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 206 112 185 0 0.46 0.10 0.19 313.4 0.49 0.62
Hex CE 70 B9 0 2E A 13 139 31 3E
Octal 316 160 271 0 56 12 23 471 61 76
Binary 11001110 1110000 10111001 0 101110 1010 10011 100111001 110001 111110

Color Harmonies of #CE70B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70B9

Black with #CE70B9

Text Example


Text Example

White with #CE70B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70B9; }

 p { color: rgb(206,112,185); }

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

background-color css

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

 a { background-color: rgb(206,112,185); }

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

border-color css

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

 span { border-color: rgb(206,112,185); }

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