Html Css Color HEX #CF4CEB Medium Orchid

📋 copy color: '#CF4CEB'

red 207 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #CF4CEB

Tints of Medium Orchid #CF4CEB

RGB

 RED value IS 207 (81.25% from 255) = 39.96%

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 39.96%
G = 14.67%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF4CEB (or 0xCF4CEB) is known color: Medium Orchid. HEX triplet: CF, 4C and EB. RGB value is (207,76,235). Sum of RGB (Red+Green+Blue) = 207+76+235=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CEB is #30B314. Grayscale: #848484. Windows color (decimal): -3191573 or 15420623. OLE color: 15420623.

HSL color Cylindrical-coordinate representation of color #CF4CEB: hue angle of 289.43º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4CEB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 76 235 -
CMYK 0.12 0.68 0 0.08
HSL 289.43º 0.8% 0.61% -
HSV(B) 289.43º 0.68% 0.92% -
XYZ 43.31 24.43 81.03 -
YUV 133.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 207 76 235 0.12 0.68 0 0.08 289.43 0.8 0.61
Hex CF 4C EB C 44 0 8 121 50 3D
Octal 317 114 353 14 104 0 10 441 120 75
Binary 11001111 1001100 11101011 1100 1000100 0 1000 100100001 1010000 111101

Color Harmonies of #CF4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CEB

Black with #CF4CEB

Text Example


Text Example

White with #CF4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CEB; }

 p { color: rgb(207,76,235); }

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

background-color css

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

 a { background-color: rgb(207,76,235); }

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

border-color css

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

 span { border-color: rgb(207,76,235); }

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