Html Css Color HEX #CF43DD Medium Orchid

📋 copy color: '#CF43DD'

red 207 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #CF43DD

Tints of Medium Orchid #CF43DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.54%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 41.82%
G = 13.54%
B = 44.65%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF43DD (or 0xCF43DD) is known color: Medium Orchid. HEX triplet: CF, 43 and DD. RGB value is (207,67,221). Sum of RGB (Red+Green+Blue) = 207+67+221=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43DD is #30BC22. Grayscale: #7D7D7D. Windows color (decimal): -3193891 or 14500815. OLE color: 14500815.

HSL color Cylindrical-coordinate representation of color #CF43DD: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF43DD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 67 221 -
CMYK 0.06 0.70 0 0.13
HSL 294.55º 0.69% 0.56% -
HSV(B) 294.55º 0.7% 0.87% -
XYZ 40.79 22.5 70.6 -
YUV 126.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 207 67 221 0.06 0.70 0 0.13 294.55 0.69 0.56
Hex CF 43 DD 6 46 0 D 127 45 38
Octal 317 103 335 6 106 0 15 447 105 70
Binary 11001111 1000011 11011101 110 1000110 0 1101 100100111 1000101 111000

Color Harmonies of #CF43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43DD

Black with #CF43DD

Text Example


Text Example

White with #CF43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43DD; }

 p { color: rgb(207,67,221); }

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

background-color css

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

 a { background-color: rgb(207,67,221); }

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

border-color css

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

 span { border-color: rgb(207,67,221); }

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