Html Css Color HEX #CE70C2 Orchid

📋 copy color: '#CE70C2'

red 206 ◦ green 112 ◦ blue 194

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

Shades of Orchid #CE70C2

Tints of Orchid #CE70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.89%

R = 40.23%
G = 21.88%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE70C2 (or 0xCE70C2) is known color: Orchid. HEX triplet: CE, 70 and C2. RGB value is (206,112,194). Sum of RGB (Red+Green+Blue) = 206+112+194=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70C2 is #318F3D. Grayscale: #959595. Windows color (decimal): -3247934 or 12742862. OLE color: 12742862.

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

Color convert

RGB 206 112 194 -
CMYK 0 0.46 0.06 0.19
HSL 307.66º 0.49% 0.62% -
HSV(B) 307.66º 0.46% 0.81% -
XYZ 40.99 28.61 54.4 -
YUV 149.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 206 112 194 0 0.46 0.06 0.19 307.66 0.49 0.62
Hex CE 70 C2 0 2E 6 13 134 31 3E
Octal 316 160 302 0 56 6 23 464 61 76
Binary 11001110 1110000 11000010 0 101110 110 10011 100110100 110001 111110

Color Harmonies of #CE70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70C2

Black with #CE70C2

Text Example


Text Example

White with #CE70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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