Html Css Color HEX #CF7CE3 Orchid

📋 copy color: '#CF7CE3'

red 207 ◦ green 124 ◦ blue 227

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

Shades of Orchid #CF7CE3

Tints of Orchid #CF7CE3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.22%

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

R = 37.1%
G = 22.22%
B = 40.68%

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

#CF7CE3 (or 0xCF7CE3) is known color: Orchid. HEX triplet: CF, 7C and E3. RGB value is (207,124,227). Sum of RGB (Red+Green+Blue) = 207+124+227=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF7CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CE3 is #30831C. Grayscale: #A0A0A0. Windows color (decimal): -3179293 or 14908623. OLE color: 14908623.

HSL color Cylindrical-coordinate representation of color #CF7CE3: hue angle of 288.35º 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 #CF7CE3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 124 227 -
CMYK 0.09 0.45 0 0.11
HSL 288.35º 0.65% 0.69% -
HSV(B) 288.35º 0.45% 0.89% -
XYZ 46.8 33.23 76.62 -
YUV 160.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 207 124 227 0.09 0.45 0 0.11 288.35 0.65 0.69
Hex CF 7C E3 9 2D 0 B 120 41 45
Octal 317 174 343 11 55 0 13 440 101 105
Binary 11001111 1111100 11100011 1001 101101 0 1011 100100000 1000001 1000101

Color Harmonies of #CF7CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CE3

Black with #CF7CE3

Text Example


Text Example

White with #CF7CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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