Html Css Color HEX #CE70C9 Orchid

📋 copy color: '#CE70C9'

red 206 ◦ green 112 ◦ blue 201

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

Shades of Orchid #CE70C9

Tints of Orchid #CE70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 39.69%
G = 21.58%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE70C9 (or 0xCE70C9) is known color: Orchid. HEX triplet: CE, 70 and C9. RGB value is (206,112,201). Sum of RGB (Red+Green+Blue) = 206+112+201=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C9 is #318F36. Grayscale: #959595. Windows color (decimal): -3247927 or 13201614. OLE color: 13201614.

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

Color convert

RGB 206 112 201 -
CMYK 0 0.46 0.02 0.19
HSL 303.19º 0.49% 0.62% -
HSV(B) 303.19º 0.46% 0.81% -
XYZ 41.79 28.93 58.64 -
YUV 150.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 206 112 201 0 0.46 0.02 0.19 303.19 0.49 0.62
Hex CE 70 C9 0 2E 2 13 12F 31 3E
Octal 316 160 311 0 56 2 23 457 61 76
Binary 11001110 1110000 11001001 0 101110 10 10011 100101111 110001 111110

Color Harmonies of #CE70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70C9

Black with #CE70C9

Text Example


Text Example

White with #CE70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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