Html Css Color HEX #CF68DE Orchid

📋 copy color: '#CF68DE'

red 207 ◦ green 104 ◦ blue 222

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

Shades of Orchid #CF68DE

Tints of Orchid #CF68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 38.84%
G = 19.51%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF68DE (or 0xCF68DE) is known color: Orchid. HEX triplet: CF, 68 and DE. RGB value is (207,104,222). Sum of RGB (Red+Green+Blue) = 207+104+222=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DE is #309721. Grayscale: #939393. Windows color (decimal): -3184418 or 14575823. OLE color: 14575823.

HSL color Cylindrical-coordinate representation of color #CF68DE: hue angle of 292.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF68DE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 104 222 -
CMYK 0.07 0.53 0 0.13
HSL 292.37º 0.64% 0.64% -
HSV(B) 292.37º 0.53% 0.87% -
XYZ 43.87 28.44 72.28 -
YUV 148.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 207 104 222 0.07 0.53 0 0.13 292.37 0.64 0.64
Hex CF 68 DE 7 35 0 D 124 40 40
Octal 317 150 336 7 65 0 15 444 100 100
Binary 11001111 1101000 11011110 111 110101 0 1101 100100100 1000000 1000000

Color Harmonies of #CF68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68DE

Black with #CF68DE

Text Example


Text Example

White with #CF68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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