Html Css Color HEX #CE70C4 Orchid

📋 copy color: '#CE70C4'

red 206 ◦ green 112 ◦ blue 196

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

Shades of Orchid #CE70C4

Tints of Orchid #CE70C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 40.08%
G = 21.79%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE70C4 (or 0xCE70C4) is known color: Orchid. HEX triplet: CE, 70 and C4. RGB value is (206,112,196). Sum of RGB (Red+Green+Blue) = 206+112+196=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C4 is #318F3B. Grayscale: #959595. Windows color (decimal): -3247932 or 12873934. OLE color: 12873934.

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

Color convert

RGB 206 112 196 -
CMYK 0 0.46 0.05 0.19
HSL 306.38º 0.49% 0.62% -
HSV(B) 306.38º 0.46% 0.81% -
XYZ 41.21 28.7 55.59 -
YUV 149.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 206 112 196 0 0.46 0.05 0.19 306.38 0.49 0.62
Hex CE 70 C4 0 2E 5 13 132 31 3E
Octal 316 160 304 0 56 5 23 462 61 76
Binary 11001110 1110000 11000100 0 101110 101 10011 100110010 110001 111110

Color Harmonies of #CE70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70C4

Black with #CE70C4

Text Example


Text Example

White with #CE70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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