Html Css Color HEX #CE70C6 Orchid

📋 copy color: '#CE70C6'

red 206 ◦ green 112 ◦ blue 198

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

Shades of Orchid #CE70C6

Tints of Orchid #CE70C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 39.92%
G = 21.71%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE70C6 (or 0xCE70C6) is known color: Orchid. HEX triplet: CE, 70 and C6. RGB value is (206,112,198). Sum of RGB (Red+Green+Blue) = 206+112+198=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C6 is #318F39. Grayscale: #959595. Windows color (decimal): -3247930 or 13005006. OLE color: 13005006.

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

Color convert

RGB 206 112 198 -
CMYK 0 0.46 0.04 0.19
HSL 305.11º 0.49% 0.62% -
HSV(B) 305.11º 0.46% 0.81% -
XYZ 41.44 28.79 56.8 -
YUV 149.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 206 112 198 0 0.46 0.04 0.19 305.11 0.49 0.62
Hex CE 70 C6 0 2E 4 13 131 31 3E
Octal 316 160 306 0 56 4 23 461 61 76
Binary 11001110 1110000 11000110 0 101110 100 10011 100110001 110001 111110

Color Harmonies of #CE70C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70C6

Black with #CE70C6

Text Example


Text Example

White with #CE70C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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