Html Css Color HEX #CF38FF Medium Orchid

📋 copy color: '#CF38FF'

red 207 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #CF38FF

Tints of Medium Orchid #CF38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.81%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 39.96%
G = 10.81%
B = 49.23%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF38FF (or 0xCF38FF) is known color: Medium Orchid. HEX triplet: CF, 38 and FF. RGB value is (207,56,255). Sum of RGB (Red+Green+Blue) = 207+56+255=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 56 (22.27% from 255 or 10.81% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38FF is #30C700. Grayscale: #7B7B7B. Windows color (decimal): -3196673 or 16726223. OLE color: 16726223.

HSL color Cylindrical-coordinate representation of color #CF38FF: hue angle of 285.53º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF38FF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 56 255 -
CMYK 0.19 0.78 0 0
HSL 285.53º 1% 0.61% -
HSV(B) 285.53º 0.78% 1% -
XYZ 45.2 23.31 96.73 -
YUV 123.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 207 56 255 0.19 0.78 0 0 285.53 1 0.61
Hex CF 38 FF 13 4E 0 0 11E 64 3D
Octal 317 70 377 23 116 0 0 436 144 75
Binary 11001111 111000 11111111 10011 1001110 0 0 100011110 1100100 111101

Color Harmonies of #CF38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38FF

Black with #CF38FF

Text Example


Text Example

White with #CF38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38FF; }

 p { color: rgb(207,56,255); }

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

background-color css

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

 a { background-color: rgb(207,56,255); }

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

border-color css

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

 span { border-color: rgb(207,56,255); }

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