Html Css Color HEX #CF68CF Orchid

📋 copy color: '#CF68CF'

red 207 ◦ green 104 ◦ blue 207

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

Shades of Orchid #CF68CF

Tints of Orchid #CF68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 39.96%
G = 20.08%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF68CF (or 0xCF68CF) is known color: Orchid. HEX triplet: CF, 68 and CF. RGB value is (207,104,207). Sum of RGB (Red+Green+Blue) = 207+104+207=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68CF is #309730. Grayscale: #929292. Windows color (decimal): -3184433 or 13592783. OLE color: 13592783.

HSL color Cylindrical-coordinate representation of color #CF68CF: hue angle of 300º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68CF is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 207 -
CMYK 0 0.50 0 0.19
HSL 300º 0.52% 0.61% -
HSV(B) 300º 0.5% 0.81% -
XYZ 41.94 27.67 62.16 -
YUV 146.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 207 104 207 0 0.50 0 0.19 300 0.52 0.61
Hex CF 68 CF 0 32 0 13 12C 34 3D
Octal 317 150 317 0 62 0 23 454 64 75
Binary 11001111 1101000 11001111 0 110010 0 10011 100101100 110100 111101

Color Harmonies of #CF68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68CF

Black with #CF68CF

Text Example


Text Example

White with #CF68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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