Html Css Color HEX #CD3FFB Medium Orchid

📋 copy color: '#CD3FFB'

red 205 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #CD3FFB

Tints of Medium Orchid #CD3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.14%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 39.5%
G = 12.14%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD3FFB (or 0xCD3FFB) is known color: Medium Orchid. HEX triplet: CD, 3F and FB. RGB value is (205,63,251). Sum of RGB (Red+Green+Blue) = 205+63+251=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3FFB is #32C004. Grayscale: #7E7E7E. Windows color (decimal): -3325957 or 16465869. OLE color: 16465869.

HSL color Cylindrical-coordinate representation of color #CD3FFB: hue angle of 285.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3FFB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 63 251 -
CMYK 0.18 0.75 0 0.02
HSL 285.32º 0.96% 0.62% -
HSV(B) 285.32º 0.75% 0.98% -
XYZ 44.37 23.5 93.46 -
YUV 126.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 205 63 251 0.18 0.75 0 0.02 285.32 0.96 0.62
Hex CD 3F FB 12 4B 0 2 11D 60 3E
Octal 315 77 373 22 113 0 2 435 140 76
Binary 11001101 111111 11111011 10010 1001011 0 10 100011101 1100000 111110

Color Harmonies of #CD3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FFB

Black with #CD3FFB

Text Example


Text Example

White with #CD3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FFB; }

 p { color: rgb(205,63,251); }

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

background-color css

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

 a { background-color: rgb(205,63,251); }

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

border-color css

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

 span { border-color: rgb(205,63,251); }

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