Html Css Color HEX #CE70C8 Orchid

📋 copy color: '#CE70C8'

red 206 ◦ green 112 ◦ blue 200

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

Shades of Orchid #CE70C8

Tints of Orchid #CE70C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 39.77%
G = 21.62%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE70C8 (or 0xCE70C8) is known color: Orchid. HEX triplet: CE, 70 and C8. RGB value is (206,112,200). Sum of RGB (Red+Green+Blue) = 206+112+200=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C8 is #318F37. Grayscale: #959595. Windows color (decimal): -3247928 or 13136078. OLE color: 13136078.

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

Color convert

RGB 206 112 200 -
CMYK 0 0.46 0.03 0.19
HSL 303.83º 0.49% 0.62% -
HSV(B) 303.83º 0.46% 0.81% -
XYZ 41.67 28.88 58.02 -
YUV 150.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 206 112 200 0 0.46 0.03 0.19 303.83 0.49 0.62
Hex CE 70 C8 0 2E 3 13 130 31 3E
Octal 316 160 310 0 56 3 23 460 61 76
Binary 11001110 1110000 11001000 0 101110 11 10011 100110000 110001 111110

Color Harmonies of #CE70C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70C8

Black with #CE70C8

Text Example


Text Example

White with #CE70C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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