Html Css Color HEX #CF7DE3 Orchid

📋 copy color: '#CF7DE3'

red 207 ◦ green 125 ◦ blue 227

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

Shades of Orchid #CF7DE3

Tints of Orchid #CF7DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.61%

R = 37.03%
G = 22.36%
B = 40.61%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF7DE3 (or 0xCF7DE3) is known color: Orchid. HEX triplet: CF, 7D and E3. RGB value is (207,125,227). Sum of RGB (Red+Green+Blue) = 207+125+227=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF7DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DE3 is #30821C. Grayscale: #A0A0A0. Windows color (decimal): -3179037 or 14908879. OLE color: 14908879.

HSL color Cylindrical-coordinate representation of color #CF7DE3: hue angle of 288.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7DE3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 125 227 -
CMYK 0.09 0.45 0 0.11
HSL 288.24º 0.65% 0.69% -
HSV(B) 288.24º 0.45% 0.89% -
XYZ 46.93 33.48 76.66 -
YUV 161.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 207 125 227 0.09 0.45 0 0.11 288.24 0.65 0.69
Hex CF 7D E3 9 2D 0 B 120 41 45
Octal 317 175 343 11 55 0 13 440 101 105
Binary 11001111 1111101 11100011 1001 101101 0 1011 100100000 1000001 1000101

Color Harmonies of #CF7DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DE3

Black with #CF7DE3

Text Example


Text Example

White with #CF7DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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