Html Css Color HEX #CD70B9 Orchid

📋 copy color: '#CD70B9'

red 205 ◦ green 112 ◦ blue 185

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

Shades of Orchid #CD70B9

Tints of Orchid #CD70B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 40.84%
G = 22.31%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD70B9 (or 0xCD70B9) is known color: Orchid. HEX triplet: CD, 70 and B9. RGB value is (205,112,185). Sum of RGB (Red+Green+Blue) = 205+112+185=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70B9 is #328F46. Grayscale: #939393. Windows color (decimal): -3313479 or 12153037. OLE color: 12153037.

HSL color Cylindrical-coordinate representation of color #CD70B9: hue angle of 312.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD70B9 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 185 -
CMYK 0 0.45 0.10 0.20
HSL 312.9º 0.48% 0.62% -
HSV(B) 312.9º 0.45% 0.8% -
XYZ 39.73 28.07 49.22 -
YUV 148.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 205 112 185 0 0.45 0.10 0.20 312.9 0.48 0.62
Hex CD 70 B9 0 2D A 14 139 30 3E
Octal 315 160 271 0 55 12 24 471 60 76
Binary 11001101 1110000 10111001 0 101101 1010 10100 100111001 110000 111110

Color Harmonies of #CD70B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70B9

Black with #CD70B9

Text Example


Text Example

White with #CD70B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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