Html Css Color HEX #CF7DE1 Orchid

📋 copy color: '#CF7DE1'

red 207 ◦ green 125 ◦ blue 225

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

Shades of Orchid #CF7DE1

Tints of Orchid #CF7DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 37.16%
G = 22.44%
B = 40.39%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF7DE1 (or 0xCF7DE1) is known color: Orchid. HEX triplet: CF, 7D and E1. RGB value is (207,125,225). Sum of RGB (Red+Green+Blue) = 207+125+225=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DE1 is #30821E. Grayscale: #A0A0A0. Windows color (decimal): -3179039 or 14777807. OLE color: 14777807.

HSL color Cylindrical-coordinate representation of color #CF7DE1: hue angle of 289.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7DE1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 125 225 -
CMYK 0.08 0.44 0 0.12
HSL 289.2º 0.63% 0.69% -
HSV(B) 289.2º 0.44% 0.88% -
XYZ 46.66 33.37 75.22 -
YUV 160.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 207 125 225 0.08 0.44 0 0.12 289.2 0.63 0.69
Hex CF 7D E1 8 2C 0 C 121 3E 45
Octal 317 175 341 10 54 0 14 441 76 105
Binary 11001111 1111101 11100001 1000 101100 0 1100 100100001 111110 1000101

Color Harmonies of #CF7DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DE1

Black with #CF7DE1

Text Example


Text Example

White with #CF7DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DE1; }

 p { color: rgb(207,125,225); }

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

background-color css

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

 a { background-color: rgb(207,125,225); }

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

border-color css

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

 span { border-color: rgb(207,125,225); }

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