Html Css Color HEX #CF7CE4 Orchid

📋 copy color: '#CF7CE4'

red 207 ◦ green 124 ◦ blue 228

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

Shades of Orchid #CF7CE4

Tints of Orchid #CF7CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.79%

R = 37.03%
G = 22.18%
B = 40.79%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF7CE4 (or 0xCF7CE4) is known color: Orchid. HEX triplet: CF, 7C and E4. RGB value is (207,124,228). Sum of RGB (Red+Green+Blue) = 207+124+228=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CE4 is #30831B. Grayscale: #A0A0A0. Windows color (decimal): -3179292 or 14974159. OLE color: 14974159.

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

Color convert

RGB 207 124 228 -
CMYK 0.09 0.46 0 0.11
HSL 287.88º 0.66% 0.69% -
HSV(B) 287.88º 0.46% 0.89% -
XYZ 46.94 33.28 77.35 -
YUV 160.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 207 124 228 0.09 0.46 0 0.11 287.88 0.66 0.69
Hex CF 7C E4 9 2E 0 B 120 42 45
Octal 317 174 344 11 56 0 13 440 102 105
Binary 11001111 1111100 11100100 1001 101110 0 1011 100100000 1000010 1000101

Color Harmonies of #CF7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CE4

Black with #CF7CE4

Text Example


Text Example

White with #CF7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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