Html Css Color HEX #CF75DC Orchid

📋 copy color: '#CF75DC'

red 207 ◦ green 117 ◦ blue 220

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

Shades of Orchid #CF75DC

Tints of Orchid #CF75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 38.05%
G = 21.51%
B = 40.44%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF75DC (or 0xCF75DC) is known color: Orchid. HEX triplet: CF, 75 and DC. RGB value is (207,117,220). Sum of RGB (Red+Green+Blue) = 207+117+220=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75DC is #308A23. Grayscale: #9B9B9B. Windows color (decimal): -3181092 or 14448079. OLE color: 14448079.

HSL color Cylindrical-coordinate representation of color #CF75DC: hue angle of 292.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF75DC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 117 220 -
CMYK 0.06 0.47 0 0.14
HSL 292.43º 0.6% 0.66% -
HSV(B) 292.43º 0.47% 0.86% -
XYZ 45.01 31.16 71.35 -
YUV 155.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 207 117 220 0.06 0.47 0 0.14 292.43 0.6 0.66
Hex CF 75 DC 6 2F 0 E 124 3C 42
Octal 317 165 334 6 57 0 16 444 74 102
Binary 11001111 1110101 11011100 110 101111 0 1110 100100100 111100 1000010

Color Harmonies of #CF75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75DC

Black with #CF75DC

Text Example


Text Example

White with #CF75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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