Html Css Color HEX #CE70CD Orchid

📋 copy color: '#CE70CD'

red 206 ◦ green 112 ◦ blue 205

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

Shades of Orchid #CE70CD

Tints of Orchid #CE70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 39.39%
G = 21.41%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE70CD (or 0xCE70CD) is known color: Orchid. HEX triplet: CE, 70 and CD. RGB value is (206,112,205). Sum of RGB (Red+Green+Blue) = 206+112+205=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70CD is #318F32. Grayscale: #969696. Windows color (decimal): -3247923 or 13463758. OLE color: 13463758.

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

Color convert

RGB 206 112 205 -
CMYK 0 0.46 0.00 0.19
HSL 300.64º 0.49% 0.62% -
HSV(B) 300.64º 0.46% 0.81% -
XYZ 42.27 29.12 61.15 -
YUV 150.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 206 112 205 0 0.46 0.00 0.19 300.64 0.49 0.62
Hex CE 70 CD 0 2E 0 13 12D 31 3E
Octal 316 160 315 0 56 0 23 455 61 76
Binary 11001110 1110000 11001101 0 101110 0 10011 100101101 110001 111110

Color Harmonies of #CE70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70CD

Black with #CE70CD

Text Example


Text Example

White with #CE70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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