Html Css Color HEX #CD6FD3 Orchid

📋 copy color: '#CD6FD3'

red 205 ◦ green 111 ◦ blue 211

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

Shades of Orchid #CD6FD3

Tints of Orchid #CD6FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 211 (82.81% from 255) = 40.04%

R = 38.9%
G = 21.06%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD6FD3 (or 0xCD6FD3) is known color: Orchid. HEX triplet: CD, 6F and D3. RGB value is (205,111,211). Sum of RGB (Red+Green+Blue) = 205+111+211=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD3 is #32902C. Grayscale: #969696. Windows color (decimal): -3313709 or 13856717. OLE color: 13856717.

HSL color Cylindrical-coordinate representation of color #CD6FD3: hue angle of 296.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6FD3 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 111 211 -
CMYK 0.03 0.47 0 0.17
HSL 296.4º 0.53% 0.63% -
HSV(B) 296.4º 0.47% 0.83% -
XYZ 42.62 29.05 64.99 -
YUV 150.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 205 111 211 0.03 0.47 0 0.17 296.4 0.53 0.63
Hex CD 6F D3 3 2F 0 11 128 35 3F
Octal 315 157 323 3 57 0 21 450 65 77
Binary 11001101 1101111 11010011 11 101111 0 10001 100101000 110101 111111

Color Harmonies of #CD6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6FD3

Black with #CD6FD3

Text Example


Text Example

White with #CD6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6FD3; }

 p { color: rgb(205,111,211); }

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

background-color css

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

 a { background-color: rgb(205,111,211); }

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

border-color css

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

 span { border-color: rgb(205,111,211); }

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