Html Css Color HEX #CF75E3 Orchid

📋 copy color: '#CF75E3'

red 207 ◦ green 117 ◦ blue 227

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

Shades of Orchid #CF75E3

Tints of Orchid #CF75E3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.23%

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

R = 37.57%
G = 21.23%
B = 41.2%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF75E3 (or 0xCF75E3) is known color: Orchid. HEX triplet: CF, 75 and E3. RGB value is (207,117,227). Sum of RGB (Red+Green+Blue) = 207+117+227=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75E3 is #308A1C. Grayscale: #9C9C9C. Windows color (decimal): -3181085 or 14906831. OLE color: 14906831.

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

Color convert

RGB 207 117 227 -
CMYK 0.09 0.48 0 0.11
HSL 289.09º 0.66% 0.67% -
HSV(B) 289.09º 0.48% 0.89% -
XYZ 45.96 31.53 76.34 -
YUV 156.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 207 117 227 0.09 0.48 0 0.11 289.09 0.66 0.67
Hex CF 75 E3 9 30 0 B 121 42 43
Octal 317 165 343 11 60 0 13 441 102 103
Binary 11001111 1110101 11100011 1001 110000 0 1011 100100001 1000010 1000011

Color Harmonies of #CF75E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75E3

Black with #CF75E3

Text Example


Text Example

White with #CF75E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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