Html Css Color HEX #CD3EFB Medium Orchid

📋 copy color: '#CD3EFB'

red 205 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #CD3EFB

Tints of Medium Orchid #CD3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.97%

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

R = 39.58%
G = 11.97%
B = 48.46%

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

#CD3EFB (or 0xCD3EFB) is known color: Medium Orchid. HEX triplet: CD, 3E and FB. RGB value is (205,62,251). Sum of RGB (Red+Green+Blue) = 205+62+251=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3EFB is #32C104. Grayscale: #7D7D7D. Windows color (decimal): -3326213 or 16465613. OLE color: 16465613.

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

Color convert

RGB 205 62 251 -
CMYK 0.18 0.75 0 0.02
HSL 285.4º 0.96% 0.61% -
HSV(B) 285.4º 0.75% 0.98% -
XYZ 44.31 23.39 93.45 -
YUV 126.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 205 62 251 0.18 0.75 0 0.02 285.4 0.96 0.61
Hex CD 3E FB 12 4B 0 2 11D 60 3D
Octal 315 76 373 22 113 0 2 435 140 75
Binary 11001101 111110 11111011 10010 1001011 0 10 100011101 1100000 111101

Color Harmonies of #CD3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EFB

Black with #CD3EFB

Text Example


Text Example

White with #CD3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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