Html Css Color HEX #CF69C7 Orchid

📋 copy color: '#CF69C7'

red 207 ◦ green 105 ◦ blue 199

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

Shades of Orchid #CF69C7

Tints of Orchid #CF69C7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.55%

 BLUE value IS 199 (78.13% from 255) = 38.94%

R = 40.51%
G = 20.55%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF69C7 (or 0xCF69C7) is known color: Orchid. HEX triplet: CF, 69 and C7. RGB value is (207,105,199). Sum of RGB (Red+Green+Blue) = 207+105+199=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69C7 is #309638. Grayscale: #919191. Windows color (decimal): -3184185 or 13068751. OLE color: 13068751.

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

Color convert

RGB 207 105 199 -
CMYK 0 0.49 0.04 0.19
HSL 304.71º 0.52% 0.61% -
HSV(B) 304.71º 0.49% 0.81% -
XYZ 41.09 27.49 57.17 -
YUV 146.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 207 105 199 0 0.49 0.04 0.19 304.71 0.52 0.61
Hex CF 69 C7 0 31 4 13 131 34 3D
Octal 317 151 307 0 61 4 23 461 64 75
Binary 11001111 1101001 11000111 0 110001 100 10011 100110001 110100 111101

Color Harmonies of #CF69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69C7

Black with #CF69C7

Text Example


Text Example

White with #CF69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69C7; }

 p { color: rgb(207,105,199); }

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

background-color css

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

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

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

border-color css

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

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

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