Html Css Color HEX #CD70E3 Orchid

📋 copy color: '#CD70E3'

red 205 ◦ green 112 ◦ blue 227

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

Shades of Orchid #CD70E3

Tints of Orchid #CD70E3

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

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

 BLUE value IS 227 (89.06% from 255) = 41.73%

R = 37.68%
G = 20.59%
B = 41.73%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD70E3 (or 0xCD70E3) is known color: Orchid. HEX triplet: CD, 70 and E3. RGB value is (205,112,227). Sum of RGB (Red+Green+Blue) = 205+112+227=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70E3 is #328F1C. Grayscale: #989898. Windows color (decimal): -3313437 or 14905549. OLE color: 14905549.

HSL color Cylindrical-coordinate representation of color #CD70E3: hue angle of 288.52º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD70E3 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 112 227 -
CMYK 0.10 0.51 0 0.11
HSL 288.52º 0.67% 0.66% -
HSV(B) 288.52º 0.51% 0.89% -
XYZ 44.84 30.11 76.12 -
YUV 152.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 205 112 227 0.10 0.51 0 0.11 288.52 0.67 0.66
Hex CD 70 E3 A 33 0 B 121 43 42
Octal 315 160 343 12 63 0 13 441 103 102
Binary 11001101 1110000 11100011 1010 110011 0 1011 100100001 1000011 1000010

Color Harmonies of #CD70E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70E3

Black with #CD70E3

Text Example


Text Example

White with #CD70E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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