Html Css Color HEX #CE70CE Orchid

📋 copy color: '#CE70CE'

red 206 ◦ green 112 ◦ blue 206

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

Shades of Orchid #CE70CE

Tints of Orchid #CE70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 39.31%
G = 21.37%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE70CE (or 0xCE70CE) is known color: Orchid. HEX triplet: CE, 70 and CE. RGB value is (206,112,206). Sum of RGB (Red+Green+Blue) = 206+112+206=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70CE is #318F31. Grayscale: #969696. Windows color (decimal): -3247922 or 13529294. OLE color: 13529294.

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

Color convert

RGB 206 112 206 -
CMYK 0 0.46 0 0.19
HSL 300º 0.49% 0.62% -
HSV(B) 300º 0.46% 0.81% -
XYZ 42.39 29.17 61.79 -
YUV 150.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 206 112 206 0 0.46 0 0.19 300 0.49 0.62
Hex CE 70 CE 0 2E 0 13 12C 31 3E
Octal 316 160 316 0 56 0 23 454 61 76
Binary 11001110 1110000 11001110 0 101110 0 10011 100101100 110001 111110

Color Harmonies of #CE70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70CE

Black with #CE70CE

Text Example


Text Example

White with #CE70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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