Html Css Color HEX #CD7FD3 Orchid

📋 copy color: '#CD7FD3'

red 205 ◦ green 127 ◦ blue 211

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

Shades of Orchid #CD7FD3

Tints of Orchid #CD7FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

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

R = 37.75%
G = 23.39%
B = 38.86%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD7FD3 (or 0xCD7FD3) is known color: Orchid. HEX triplet: CD, 7F and D3. RGB value is (205,127,211). Sum of RGB (Red+Green+Blue) = 205+127+211=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FD3 is #32802C. Grayscale: #9F9F9F. Windows color (decimal): -3309613 or 13860813. OLE color: 13860813.

HSL color Cylindrical-coordinate representation of color #CD7FD3: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7FD3 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 127 211 -
CMYK 0.03 0.40 0 0.17
HSL 295.71º 0.49% 0.66% -
HSV(B) 295.71º 0.4% 0.83% -
XYZ 44.52 32.86 65.62 -
YUV 159.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 205 127 211 0.03 0.40 0 0.17 295.71 0.49 0.66
Hex CD 7F D3 3 28 0 11 128 31 42
Octal 315 177 323 3 50 0 21 450 61 102
Binary 11001101 1111111 11010011 11 101000 0 10001 100101000 110001 1000010

Color Harmonies of #CD7FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FD3

Black with #CD7FD3

Text Example


Text Example

White with #CD7FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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