Html Css Color HEX #CF68DC Orchid

📋 copy color: '#CF68DC'

red 207 ◦ green 104 ◦ blue 220

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

Shades of Orchid #CF68DC

Tints of Orchid #CF68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.59%

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

R = 38.98%
G = 19.59%
B = 41.43%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF68DC (or 0xCF68DC) is known color: Orchid. HEX triplet: CF, 68 and DC. RGB value is (207,104,220). Sum of RGB (Red+Green+Blue) = 207+104+220=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DC is #309723. Grayscale: #939393. Windows color (decimal): -3184420 or 14444751. OLE color: 14444751.

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

Color convert

RGB 207 104 220 -
CMYK 0.06 0.53 0 0.14
HSL 293.28º 0.62% 0.64% -
HSV(B) 293.28º 0.53% 0.86% -
XYZ 43.6 28.33 70.88 -
YUV 148.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 207 104 220 0.06 0.53 0 0.14 293.28 0.62 0.64
Hex CF 68 DC 6 35 0 E 125 3E 40
Octal 317 150 334 6 65 0 16 445 76 100
Binary 11001111 1101000 11011100 110 110101 0 1110 100100101 111110 1000000

Color Harmonies of #CF68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68DC

Black with #CF68DC

Text Example


Text Example

White with #CF68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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