Html Css Color HEX #CF68CD Orchid

📋 copy color: '#CF68CD'

red 207 ◦ green 104 ◦ blue 205

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

Shades of Orchid #CF68CD

Tints of Orchid #CF68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 40.12%
G = 20.16%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF68CD (or 0xCF68CD) is known color: Orchid. HEX triplet: CF, 68 and CD. RGB value is (207,104,205). Sum of RGB (Red+Green+Blue) = 207+104+205=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68CD is #309732. Grayscale: #929292. Windows color (decimal): -3184435 or 13461711. OLE color: 13461711.

HSL color Cylindrical-coordinate representation of color #CF68CD: hue angle of 301.17º 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 #CF68CD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 205 -
CMYK 0 0.50 0.01 0.19
HSL 301.17º 0.52% 0.61% -
HSV(B) 301.17º 0.5% 0.81% -
XYZ 41.7 27.57 60.88 -
YUV 146.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 207 104 205 0 0.50 0.01 0.19 301.17 0.52 0.61
Hex CF 68 CD 0 32 1 13 12D 34 3D
Octal 317 150 315 0 62 1 23 455 64 75
Binary 11001111 1101000 11001101 0 110010 1 10011 100101101 110100 111101

Color Harmonies of #CF68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68CD

Black with #CF68CD

Text Example


Text Example

White with #CF68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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