Html Css Color HEX #CD4CF0 Medium Orchid

📋 copy color: '#CD4CF0'

red 205 ◦ green 76 ◦ blue 240

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

Shades of Medium Orchid #CD4CF0

Tints of Medium Orchid #CD4CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 39.35%
G = 14.59%
B = 46.07%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD4CF0 (or 0xCD4CF0) is known color: Medium Orchid. HEX triplet: CD, 4C and F0. RGB value is (205,76,240). Sum of RGB (Red+Green+Blue) = 205+76+240=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CF0 is #32B30F. Grayscale: #848484. Windows color (decimal): -3322640 or 15748301. OLE color: 15748301.

HSL color Cylindrical-coordinate representation of color #CD4CF0: hue angle of 287.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4CF0 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 76 240 -
CMYK 0.15 0.68 0 0.06
HSL 287.2º 0.85% 0.62% -
HSV(B) 287.2º 0.68% 0.94% -
XYZ 43.49 24.44 84.86 -
YUV 133.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 205 76 240 0.15 0.68 0 0.06 287.2 0.85 0.62
Hex CD 4C F0 F 44 0 6 11F 55 3E
Octal 315 114 360 17 104 0 6 437 125 76
Binary 11001101 1001100 11110000 1111 1000100 0 110 100011111 1010101 111110

Color Harmonies of #CD4CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4CF0

Black with #CD4CF0

Text Example


Text Example

White with #CD4CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4CF0; }

 p { color: rgb(205,76,240); }

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

background-color css

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

 a { background-color: rgb(205,76,240); }

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

border-color css

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

 span { border-color: rgb(205,76,240); }

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