Html Css Color HEX #CF42DE Medium Orchid

📋 copy color: '#CF42DE'

red 207 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #CF42DE

Tints of Medium Orchid #CF42DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.33%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 41.82%
G = 13.33%
B = 44.85%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF42DE (or 0xCF42DE) is known color: Medium Orchid. HEX triplet: CF, 42 and DE. RGB value is (207,66,222). Sum of RGB (Red+Green+Blue) = 207+66+222=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF42DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42DE is #30BD21. Grayscale: #7D7D7D. Windows color (decimal): -3194146 or 14566095. OLE color: 14566095.

HSL color Cylindrical-coordinate representation of color #CF42DE: hue angle of 294.23º degrees, saturation: 0.7, 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 #CF42DE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 66 222 -
CMYK 0.07 0.70 0 0.13
HSL 294.23º 0.7% 0.56% -
HSV(B) 294.23º 0.7% 0.87% -
XYZ 40.87 22.44 71.28 -
YUV 125.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 207 66 222 0.07 0.70 0 0.13 294.23 0.7 0.56
Hex CF 42 DE 7 46 0 D 126 46 38
Octal 317 102 336 7 106 0 15 446 106 70
Binary 11001111 1000010 11011110 111 1000110 0 1101 100100110 1000110 111000

Color Harmonies of #CF42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42DE

Black with #CF42DE

Text Example


Text Example

White with #CF42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42DE; }

 p { color: rgb(207,66,222); }

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

background-color css

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

 a { background-color: rgb(207,66,222); }

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

border-color css

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

 span { border-color: rgb(207,66,222); }

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